Improve error message for pg_create_subscription.
authorNathan Bossart <nathan@postgresql.org>
Fri, 12 May 2023 20:50:46 +0000 (13:50 -0700)
committerNathan Bossart <nathan@postgresql.org>
Fri, 12 May 2023 21:16:56 +0000 (14:16 -0700)
commit4d5105a684ba20bf6a98e6ae48224fe93382c040
tree60de6c858c2d2a075f76bd49fc8afe1a565d40f5
parent51b2c08798867cb9788090704b37c4698b456240
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
src/backend/commands/subscriptioncmds.c
src/test/regress/expected/subscription.out