Add missing period to DETAIL messages
Peter Smith <smithpb2250@gmail.com>
From: Peter Smith <smithpb2250@gmail.com>
To: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2026-04-09T04:27:32Z
Lists: pgsql-hackers
Attachments
- v1-0001-Add-missing-period-to-DETAIL-messages.patch (application/octet-stream) patch v1-0001
Hi, According to the error message style guide [1] "Detail and hint messages: Use complete sentences, and end each with a period." I found some DETAIL messages not following that period rule. PSA a patch that fixes the missing period. In passing, I also fixed some capitalization. ====== [1] https://www.postgresql.org/docs/devel/error-style-guide.html#ERROR-STYLE-GUIDE-GRAMMAR-PUNCTUATION Kind Regards, Peter Smith. Fujitsu Australia