]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
Remove trailing period from errmsg in subscriptioncmds.c.
authorAmit Kapila <akapila@postgresql.org>
Mon, 9 Mar 2026 09:40:03 +0000 (15:10 +0530)
committerAmit Kapila <akapila@postgresql.org>
Mon, 9 Mar 2026 09:40:03 +0000 (15:10 +0530)
Author: Sahitya Chandra <sahityajb@gmail.com>
Discussion: https://postgr.es/m/20260308142806.181309-1-sahityajb@gmail.com

src/backend/commands/subscriptioncmds.c

index 9e21d7a7df9410769556329bb0ea565d787e89cf..724637cff5bd4ab68dc0ea1f64b686b1ae35d10c 100644 (file)
@@ -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);