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

Commitca07842

Browse files
committed
Fixed PG_VERSION_NUM condition
1 parentcffbe81 commitca07842

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/pathman_workers.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ start_bgworker(const char *bgworker_name,
195195
snprintf(worker.bgw_library_name,BGW_MAXLEN,"pg_pathman");
196196

197197
worker.bgw_flags=BGWORKER_SHMEM_ACCESS |
198-
#if defined(PGPRO_EE)&&PG_VERSION_NUM==130000/* FIXME: need toreplace "==" to ">=" in future */
198+
#if defined(PGPRO_EE)&&PG_VERSION_NUM>=130000&&PG_VERSION_NUM<140000/* FIXME: need toremove last condition in future */
199199
BGWORKER_CLASS_PERSISTENT |
200200
#endif
201201
BGWORKER_BACKEND_DATABASE_CONNECTION;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp