Skip to content

Commit ca07842

Browse files
committed
Fixed PG_VERSION_NUM condition
1 parent cffbe81 commit ca07842

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 to replace "==" to ">=" in future */
198+
#if defined(PGPRO_EE) && PG_VERSION_NUM >= 130000 && PG_VERSION_NUM < 140000 /* FIXME: need to remove last condition in future */
199199
BGWORKER_CLASS_PERSISTENT |
200200
#endif
201201
BGWORKER_BACKEND_DATABASE_CONNECTION;

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy