We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45f8c63 commit 410cf8fCopy full SHA for 410cf8f
pg_query_state.c
@@ -256,6 +256,7 @@ _PG_init(void)
256
shmem_startup_hook = pg_qs_shmem_startup;
257
}
258
259
+#if PG_VERSION_NUM >= 150000
260
static void
261
pg_qs_shmem_request(void)
262
{
@@ -264,6 +265,7 @@ pg_qs_shmem_request(void)
264
265
266
RequestAddinShmemSpace(pg_qs_shmem_size());
267
268
+#endif
269
270
/*
271
* ExecutorStart hook:
0 commit comments