pgsql: Bring pg_nextoid()'s error messages into line with message style

Started by Tom Laneabout 7 years ago1 messagescomitters
Jump to latest
#1Tom Lane
tgl@sss.pgh.pa.us

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(-)