pgsql: Improve error message for pg_create_subscription. - Mailing list pgsql-committers

From Nathan Bossart
Subject pgsql: Improve error message for pg_create_subscription.
Date
Msg-id E1pxaAM-001pcI-Qh@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Improve error message for pg_create_subscription.

c3afe8cf5a updated this error message, but it didn't use the new
style established in de4d456b40.

Reviewed-by: Tom Lane
Discussion: https://postgr.es/m/20230512203721.GA2644063%40nathanxps13.home

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/4d5105a684ba20bf6a98e6ae48224fe93382c040

Modified Files
--------------
src/backend/commands/subscriptioncmds.c    | 4 +++-
src/test/regress/expected/subscription.out | 3 ++-
2 files changed, 5 insertions(+), 2 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Tighten usage of PSQL_WATCH_PAGER.
Next
From: Thomas Munro
Date:
Subject: pgsql: Rename io_direct to debug_io_direct.