From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org> |
Cc: | Gavin Flower <GavinFlower(at)archidevsys(dot)co(dot)nz>, Bruce Momjian <bruce(at)momjian(dot)us>, Noah Misch <noah(at)leadboat(dot)com>, neverov(dot)max(at)gmail(dot)com, pgsql-bugs(at)lists(dot)postgresql(dot)org |
Subject: | Re: BUG #16939: Plural interval for negative singular |
Date: | 2021-04-28 00:09:05 |
Message-ID: | 2753264.1619568545@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs |
Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)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
From | Date | Subject | |
---|---|---|---|
Next Message | Thomas Munro | 2021-04-28 00:59:48 | Re: BUG #16985: ModifyWaitEvent function does not have pgsocket fd and void *user_data arguments |
Previous Message | Alvaro Herrera | 2021-04-27 23:44:38 | Re: BUG #16939: Plural interval for negative singular |