pgsql: pg_createsubscriber: reword dry-run log messages - Mailing list pgsql-committers

From Álvaro Herrera
Subject pgsql: pg_createsubscriber: reword dry-run log messages
Date
Msg-id E1vEtGy-004QUC-0s@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
pg_createsubscriber: reword dry-run log messages

The original messages were confusing in dry-run mode in that they state
that something is being done, when in reality it isn't.  Use alternative
wording in that case, to make the distinction clear.

Author: Peter Smith <smithpb2250@gmail.com>
Reviewed-by: Chao Li <li.evan.chao@gmail.com>
Reviewed-by: Euler Taveira <euler@eulerto.com>
Backpatch-through: 18
Discussion: https://postgr.es/m/CAHut+PsvQJQnQO0KT0S2oegenkvJ8FUuY-QS5syyqmT24R2xFQ@mail.gmail.com

Branch
------
REL_18_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/c25314d5364e284d137d30c5110727dbe0068d8b

Modified Files
--------------
src/bin/pg_basebackup/pg_createsubscriber.c        | 101 ++++++++++++++-------
src/bin/pg_basebackup/t/040_pg_createsubscriber.pl |   6 +-
2 files changed, 70 insertions(+), 37 deletions(-)


pgsql-committers by date:

Previous
From: Álvaro Herrera
Date:
Subject: pgsql: pg_createsubscriber: Fix error complaining about the wrong thing
Next
From: Tom Lane
Date:
Subject: pgsql: Fix contrib/ltree's subpath() with negative offset.