Re: BUG #16939: Plural interval for negative singular

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: Alvaro Herrera <alvherre@alvh.no-ip.org>
Cc: Gavin Flower <GavinFlower@archidevsys.co.nz>, Bruce Momjian <bruce@momjian.us>, Noah Misch <noah@leadboat.com>, neverov.max@gmail.com, pgsql-bugs@lists.postgresql.org
Date: 2021-04-28T00:09:05Z
Lists: pgsql-bugs
Alvaro Herrera <alvherre@alvh.no-ip.org> writes:
> Nope -- grepping for PQprint or PQdisplayTup doesn't yield anything in
> the libreoffice git repo.

Hm.  We actually document PQprint.  While the other two entry points
in that file aren't documented, they are listed in exports.txt,
which means somebody *could* be calling them.  I think we'd at least
have to go through a long deprecation period before we could consider
removing them.

There are also questions of whether we can remove entry points
without drawing the wrath of ABI checkers.  I suppose we could
dodge that by reducing them to code that returns an error.

			regards, tom lane



Commits

  1. In messages, use singular nouns for -1, like we do for +1.