Re: pgsql: Remove pqsignal() from libpq's official exports list.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Stephen Frost <sfrost(at)snowman(dot)net>
Cc: Christoph Berg <myon(at)debian(dot)org>, PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: pgsql: Remove pqsignal() from libpq's official exports list.
Date: 2019-10-10 18:26:09
Message-ID: 10247.1570731969@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

Stephen Frost <sfrost(at)snowman(dot)net> writes:
> Yes, this is absolutely the right answer, we shouldn't be removing
> symbols without an SONAME bump. If we don't want to bump the SONAME,
> then don't remove the symbol.

OK, done.

regards, tom lane

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2019-10-10 20:51:23 Re: pgsql: Fix table rewrites that include a column without a default.
Previous Message Tom Lane 2019-10-10 18:25:04 pgsql: Put back pqsignal() as an exported libpq symbol.

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2019-10-10 19:14:34 Re: generating catcache control data
Previous Message Tomas Vondra 2019-10-10 16:33:50 Re: BUG #16045: vacuum_db crash and illegal memory alloc after pg_upgrade from PG11 to PG12