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

Commitcb203af

Browse files
authored
Merge pull request#234 from postgrespro/PGPRO-4086
Change for online upgrade
2 parents7afd4ac +ca07842 commitcb203af

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

‎src/pathman_workers.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,9 @@ 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&&PG_VERSION_NUM<140000/* FIXME: need to remove last condition in future */
199+
BGWORKER_CLASS_PERSISTENT |
200+
#endif
198201
BGWORKER_BACKEND_DATABASE_CONNECTION;
199202
worker.bgw_start_time=BgWorkerStart_RecoveryFinished;
200203
worker.bgw_restart_time=BGW_NEVER_RESTART;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp