mirror of
https://github.com/postgres/postgres.git
synced 2025-07-07 00:36:50 +03:00
Fix pg_receivexlog compile
Fix compile problem in9050e5c89d
, which was botched because of refactoring that had taken place in38c83c9b75
. Per buildfarm
This commit is contained in:
@ -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;
|
||||||
|
Reference in New Issue
Block a user