Add missing period to DETAIL messages - Mailing list pgsql-hackers

From Peter Smith
Subject Add missing period to DETAIL messages
Date
Msg-id CAHut+PszSntkUgN+Qa9matGY6MLEoFGSuVbuKDgnnTdZ7YPRwg@mail.gmail.com
Whole thread Raw
Responses Re: Add missing period to DETAIL messages
List pgsql-hackers
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

Attachment

pgsql-hackers by date:

Previous
From: Ajin Cherian
Date:
Subject: Re: synchronized_standby_slots behavior inconsistent with quorum-based synchronous replication
Next
From: Lukas Fittl
Date:
Subject: Re: Reduce timing overhead of EXPLAIN ANALYZE using rdtsc?