Re: [PATCH] Remove trailing period from errmsg in subscriptioncmds.c
Amit Kapila <amit.kapila16@gmail.com>
From: Amit Kapila <amit.kapila16@gmail.com>
To: Sahitya Chandra <sahityajb@gmail.com>
Cc: pgsql-hackers@lists.postgresql.org
Date: 2026-03-09T07:45:38Z
Lists: pgsql-hackers
On Sun, Mar 8, 2026 at 7:58 PM Sahitya Chandra <sahityajb@gmail.com> wrote: > > While reading the subscription code I noticed one error message that doesn't follow the project's style: in check_remote_recovery_state() in subscriptioncmds.c, the errmsg() for the "publisher is in recovery" case ends with a period. The convention elsewhere (including the similar message a few lines above in the same file) is no trailing period. > > The attached one-line patch removes the trailing period from that string. No behavior change. > LGTM. -- With Regards, Amit Kapila.
Commits
-
Remove trailing period from errmsg in subscriptioncmds.c.
- 06d83022628e 19 (unreleased) landed