Fix pg_receivexlog compile
Fix compile problem in 9050e5c89dc08, which was botched because of refactoring that had taken place in 38c83c9b75693. Per buildfarm
This commit is contained in:
parent
9050e5c89d
commit
3aa233f82f
@ -534,7 +534,7 @@ ReceiveXlogStream(PGconn *conn, XLogRecPtr startpos, uint32 timeline,
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
if (stream->synchronous)
|
if (synchronous)
|
||||||
reportFlushPosition = true;
|
reportFlushPosition = true;
|
||||||
else
|
else
|
||||||
reportFlushPosition = false;
|
reportFlushPosition = false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user