Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit410cf8f

Browse files
committed
fix compilation on pre-15
1 parent45f8c63 commit410cf8f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

‎pg_query_state.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -256,6 +256,7 @@ _PG_init(void)
256256
shmem_startup_hook=pg_qs_shmem_startup;
257257
}
258258

259+
#ifPG_VERSION_NUM >=150000
259260
staticvoid
260261
pg_qs_shmem_request(void)
261262
{
@@ -264,6 +265,7 @@ pg_qs_shmem_request(void)
264265

265266
RequestAddinShmemSpace(pg_qs_shmem_size());
266267
}
268+
#endif
267269

268270
/*
269271
* ExecutorStart hook:

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp