1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-07 00:36:50 +03:00

Fix pg_receivexlog compile

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

Per buildfarm
This commit is contained in:
Alvaro Herrera
2016-08-29 18:11:36 -03:00
parent 9050e5c89d
commit 3aa233f82f

View File

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