| From: | Álvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org> |
|---|---|
| To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
| Subject: | pgsql: Make GUC_check_errdetail messages full sentences |
| Date: | 2024-11-27 18:56:24 |
| Message-ID: | E1tGND6-003nJS-14@gemulon.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
Make GUC_check_errdetail messages full sentences
They were all missing punctuation, one was missing initial capital.
Per our message style guidelines.
No backpatch, to avoid breaking existing translations.
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/6ba9892f5cb8c2f1c2592198d938cc8f5cf52edc
Modified Files
--------------
src/backend/access/transam/slru.c | 2 +-
src/backend/access/transam/xlogrecovery.c | 2 +-
src/backend/commands/vacuum.c | 3 ++-
src/backend/replication/slot.c | 4 ++--
src/backend/replication/syncrep.c | 3 ++-
src/backend/storage/file/fd.c | 8 ++++----
src/backend/utils/error/elog.c | 2 +-
7 files changed, 13 insertions(+), 11 deletions(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Nathan Bossart | 2024-11-27 22:20:43 | pgsql: Use __attribute__((target(...))) for SSE4.2 CRC-32C support. |
| Previous Message | Álvaro Herrera | 2024-11-27 18:56:23 | pgsql: Remove redundant relam initialization |