pgsql: Improve error message for pg_create_subscription.

From: Nathan Bossart <nathan(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Improve error message for pg_create_subscription.
Date: 2023-05-12 21:19:07
Message-ID: E1pxaAM-001pcI-Qh@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Thomas Munro 2023-05-14 23:22:20 pgsql: Fix wal_writer_flush_after initializer value.
Previous Message Tom Lane 2023-05-12 20:11:24 pgsql: Tighten usage of PSQL_WATCH_PAGER.