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

Commit3aa233f

Browse files
committed
Fix pg_receivexlog compile
Fix compile problem in9050e5c, which was botched because ofrefactoring that had taken place in38c83c9.Per buildfarm
1 parent9050e5c commit3aa233f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/bin/pg_basebackup/receivelog.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -534,7 +534,7 @@ ReceiveXlogStream(PGconn *conn, XLogRecPtr startpos, uint32 timeline,
534534
}
535535
else
536536
{
537-
if (stream->synchronous)
537+
if (synchronous)
538538
reportFlushPosition= true;
539539
else
540540
reportFlushPosition= false;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp