From: | Simon Riggs <simon(at)2ndQuadrant(dot)com> |
---|---|
To: | pgsql-committers(at)postgresql(dot)org |
Subject: | pgsql: Fix pg_receivexlog --synchronous |
Date: | 2016-08-29 11:19:14 |
Message-ID: | E1beKaw-00022E-Vm@gemulon.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers pgsql-hackers |
Fix pg_receivexlog --synchronous
Make pg_receivexlog work correctly with —-synchronous without slots
Backpatch to 9.5
Gabriele Bartolini, reviewed by Michael Paquier and Simon Riggs
Branch
------
REL9_5_STABLE
Details
-------
http://git.postgresql.org/pg/commitdiff/9050e5c89dc08fc217895c67b9f99b3b4f4bd539
Modified Files
--------------
src/bin/pg_basebackup/receivelog.c | 28 +++++++++++++++-------------
1 file changed, 15 insertions(+), 13 deletions(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Simon Riggs | 2016-08-29 11:19:24 | pgsql: Fix pg_receivexlog --synchronous |
Previous Message | Fujii Masao | 2016-08-29 07:07:15 | pgsql: Fix typos in comments. |
From | Date | Subject | |
---|---|---|---|
Next Message | Simon Riggs | 2016-08-29 11:22:45 | Re: pg_receivexlog does not report flush position with --synchronous |
Previous Message | Craig Ringer | 2016-08-29 10:47:51 | [PATCH] Send numeric version to clients |