pgsql: Fix error message wordings

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix error message wordings
Date: 2023-05-17 19:38:48
Message-ID: E1pzMz3-000Nw4-7o@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix error message wordings

The original patch for percentrepl.c c96de2ce17 adopted the error
messages from basebackup_to_shell, but that uses terminology that
doesn't really fit with the new API naming.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/009bd237bf6db64ea1131df71f19a529b119fbef

Modified Files
--------------
src/common/percentrepl.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Jeff Davis 2023-05-17 20:40:55 pgsql: Reduce icu_validation_level default to WARNING.
Previous Message Andres Freund 2023-05-17 19:17:45 pgsql: Update parameter name context to wb_context