pgsql: pg_recvlogical message and code improvements.

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: pg_recvlogical message and code improvements.
Date: 2014-08-12 11:07:44
Message-ID: E1XH9vc-0001OH-2U@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

pg_recvlogical message and code improvements.

Some error messages complained about --init and --stop being used
whereas the --create and --drop are the correct verbs. Fix that.

Also a XLogRecPtr was tested in a boolean fashion instead of being
compared to InvalidXLogRecPtr.

Backpatch to 9.4 where pg_recvlogical was introduced.

Michael Paquier

Branch
------
REL9_4_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/876f1e6805c34bb87525583e524e3445a33c215b

Modified Files
--------------
src/bin/pg_basebackup/pg_recvlogical.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2014-08-12 11:07:46 pgsql: pg_recvlogical message and code improvements.
Previous Message Fujii Masao 2014-08-12 09:18:58 pgsql: Fix typo in \setrandom document.