mirror of
https://github.com/postgres/postgres.git
synced 2026-04-15 22:10:45 -04:00
Remove trailing period from errmsg in subscriptioncmds.c.
Author: Sahitya Chandra <sahityajb@gmail.com> Discussion: https://postgr.es/m/20260308142806.181309-1-sahityajb@gmail.com
This commit is contained in:
parent
2799e29fb8
commit
06d8302262
1 changed files with 1 additions and 1 deletions
|
|
@ -2993,7 +2993,7 @@ check_pub_dead_tuple_retention(WalReceiverConn *wrconn)
|
|||
if (remote_in_recovery)
|
||||
ereport(ERROR,
|
||||
errcode(ERRCODE_FEATURE_NOT_SUPPORTED),
|
||||
errmsg("cannot enable retain_dead_tuples if the publisher is in recovery."));
|
||||
errmsg("cannot enable retain_dead_tuples if the publisher is in recovery"));
|
||||
|
||||
ExecDropSingleTupleTableSlot(slot);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue