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

Commit6d3ad88

Browse files
author
Sofia Kopikova
committed
[PBCKP-125] changes in function call CreateWalDirectoryMethod for 15 version
Tags: pg_probackup
1 parent9e9509d commit6d3ad88

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

‎src/stream.c

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,13 @@ StreamLog(void *arg)
274274
ctl.synchronous= false;
275275
ctl.mark_done= false;
276276

277-
#ifPG_VERSION_NUM >=100000
277+
#ifPG_VERSION_NUM >=150000
278+
ctl.walmethod=CreateWalDirectoryMethod(
279+
stream_arg->basedir,
280+
COMPRESSION_NONE,
281+
0,
282+
false);
283+
#elifPG_VERSION_NUM >=100000
278284
ctl.walmethod=CreateWalDirectoryMethod(
279285
stream_arg->basedir,
280286
//(instance_config.compress_alg == NONE_COMPRESS) ? 0 : instance_config.compress_level,

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp