pgsql: Re-include pqsignal() in libpq.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Re-include pqsignal() in libpq.
Дата
Msg-id E1UHJWc-00067H-5E@gemulon.postgresql.org
обсуждение исходный текст
Список 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(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix inclusions in pgbench.c.
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: initdb needs pqsignal() even on Windows.