pgsql: Bring pg_nextoid()'s error messages into line with messagestyle - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Bring pg_nextoid()'s error messages into line with messagestyle
Date
Msg-id E1hNOLb-0004uD-TU@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Bring pg_nextoid()'s error messages into line with message style guide.

Noticed while reviewing nearby code.  Given all the disclaimers about
this not being meant as user-facing code, I wonder whether we should
make these non-translatable?  But in any case there's little excuse
for them not to be good English.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/bd5e8b627bae9e394352a388d2ad30465eafea2c

Modified Files
--------------
src/backend/catalog/catalog.c | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Release notes for 11.3, 10.8, 9.6.13, 9.5.17, 9.4.22.
Next
From: Tom Lane
Date:
Subject: Re: pgsql: MSVC: Build ~35% faster by calling dumpbin just once per directo