Fix pg_receivexlog compile

Fix compile problem in 9050e5c89d, which was botched because of
refactoring that had taken place in 38c83c9b75.

Per buildfarm
pull/30/head
Alvaro Herrera 9 years ago
parent 9050e5c89d
commit 3aa233f82f
  1. 2
      src/bin/pg_basebackup/receivelog.c

@ -534,7 +534,7 @@ ReceiveXlogStream(PGconn *conn, XLogRecPtr startpos, uint32 timeline,
}
else
{
if (stream->synchronous)
if (synchronous)
reportFlushPosition = true;
else
reportFlushPosition = false;

Loading…
Cancel
Save