Content-Length: 259336 | pFad | http://github.com/postgrespro/postgres/commit/694fd33e23170f64d30ef35e647b824d34938e09

04 Fix bug in pg_receivexlog --verbose. · postgrespro/postgres@694fd33 · GitHub
Skip to content

Commit 694fd33

Browse files
committed
Fix bug in pg_receivexlog --verbose.
In 9.2, pg_receivexlog with verbose option has emitted the messages at the end of each WAL file. But the commit 0b63291 suppressed such messages by mistake. This commit fixes the bug so that pg_receivexlog --verbose outputs such messages again. Back-patch to 9.3 where the bug was added.
1 parent 822ff44 commit 694fd33

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
@@ -991,7 +991,7 @@ HandleCopyStream(PGconn *conn, XLogRecPtr startpos, uint32 timeline,
991991

992992
xlogoff = 0;
993993

994-
if (still_sending && stream_stop(blockpos, timeline, false))
994+
if (still_sending && stream_stop(blockpos, timeline, true))
995995
{
996996
if (PQputCopyEnd(conn, NULL) <= 0 || PQflush(conn))
997997
{

0 commit comments

Comments
 (0)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/postgrespro/postgres/commit/694fd33e23170f64d30ef35e647b824d34938e09

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy