Skip to content

Commit 3aa233f

Browse files
committed
Fix pg_receivexlog compile
Fix compile problem in 9050e5c, which was botched because of refactoring that had taken place in 38c83c9. Per buildfarm
1 parent 9050e5c commit 3aa233f

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)