| From: | Daniel Gustafsson <dgustafsson(at)postgresql(dot)org> |
|---|---|
| To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
| Subject: | pgsql: Fix errmsg grammar for publication membership |
| Date: | 2026-08-10 06:50:12 |
| Message-ID: | E1wtJps-00000000vSZ-0s5F@gemulon.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
Fix errmsg grammar for publication membership
Using "a member of" instead of "member of" is consistent with other
similar error messages.
Author: Peter Smith <peter(dot)b(dot)smith(at)fujitsu(dot)com>
Reviewed-by: Ewan Young <kdbase(dot)hack(at)gmail(dot)com>
Reviewed-by: Amit Kapila <amit(dot)kapila16(at)gmail(dot)com>
Discussion: https://postgr.es/m/CAHut+Pvyj3ad7g-Sb98LDsf1i4c+92rqr+OVG9Lb3fikc_POLg@mail.gmail.com
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/6e89028ec487ffe6f2150b3e87af7e983f7295b2
Modified Files
--------------
src/backend/catalog/pg_publication.c | 4 ++--
src/test/regress/expected/publication.out | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Peter Eisentraut | 2026-08-10 10:30:14 | pgsql: Translation updates |
| Previous Message | Michael Paquier | 2026-08-10 05:54:13 | pgsql: Use EVP_MAC for HMAC (OpenSSL >= 3.0) |