Re: BUG #16939: Plural interval for negative singular

Alvaro Herrera <alvherre@alvh.no-ip.org>

From: Alvaro Herrera <alvherre@alvh.no-ip.org>
To: Gavin Flower <GavinFlower@archidevsys.co.nz>
Cc: Tom Lane <tgl@sss.pgh.pa.us>, Bruce Momjian <bruce@momjian.us>, Noah Misch <noah@leadboat.com>, neverov.max@gmail.com, pgsql-bugs@lists.postgresql.org
Date: 2021-04-27T23:44:38Z
Lists: pgsql-bugs
On 2021-Apr-28, Gavin Flower wrote:

> On 28/04/21 10:50 am, Alvaro Herrera wrote:
> > On 2021-Apr-26, Tom Lane wrote:
> > 
> > > (I shy gently away from the fact that that fe-print.c code is
> > > relentlessly untranslatable.)
> > It's also unused.  Maybe we should consider removing instead ...
> > 
> fe-print.c is in the source tree for LibreOffice 7.2, when I downloaded git master:
> ... git-libreoffice/workdir/UnpackedTarball/postgresql/src/interfaces/libpq/fe-print.c'

I bet that's because they import the whole src/interfaces/libpq, but
don't actually use the functions provided by that file.

... updates local clone ...

Nope -- grepping for PQprint or PQdisplayTup doesn't yield anything in
the libreoffice git repo.

-- 
Álvaro Herrera                            39°49'30"S 73°17'W
"Once again, thank you and all of the developers for your hard work on
PostgreSQL.  This is by far the most pleasant management experience of
any database I've worked on."                             (Dan Harris)
http://archives.postgresql.org/pgsql-performance/2006-04/msg00247.php



Commits

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