Bring pg_nextoid()'s error messages into line with message style guide.
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 5 May 2019 21:06:53 +0000 (17:06 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 5 May 2019 21:06:53 +0000 (17:06 -0400)
commitbd5e8b627bae9e394352a388d2ad30465eafea2c
tree547d4c6fba27ccc7d0eb0e4d2e2c13faaf299d69
parent9691aa72e2a7fb146ac759e1f8a8b04962128cc0
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.
src/backend/catalog/catalog.c