pgsql: Re-include pqsignal() in libpq.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Re-include pqsignal() in libpq.
Date: 2013-03-17 19:45:46
Message-ID: E1UHJWc-00067H-5E@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Re-include pqsignal() in libpq.

We need this in non-ENABLE_THREAD_SAFETY builds, and also to satisfy
the exports.txt entry; while it might be a good idea to remove the
latter, I'm hesitant to do so except in the context of an intentional
ABI break. At least we don't have a separately maintained source file
for it anymore.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/b1fae823ee46a26e7e557591d659351835742537

Modified Files
--------------
src/interfaces/libpq/.gitignore | 1 +
src/interfaces/libpq/Makefile | 15 ++++++++-------
src/interfaces/libpq/bcc32.mak | 7 +++++++
src/interfaces/libpq/win32.mak | 7 +++++++
4 files changed, 23 insertions(+), 7 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2013-03-17 20:09:54 pgsql: Use pqsignal() in contrib programs rather than calling signal(2)
Previous Message Tom Lane 2013-03-17 18:18:37 pgsql: Fix inclusions in pgbench.c.