Re-include pqsignal() in libpq.
Tom Lane <tgl@sss.pgh.pa.us>
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.
Files
| Path | Change | +/− |
|---|---|---|
| src/interfaces/libpq/bcc32.mak | modified | +7 −0 |
| src/interfaces/libpq/.gitignore | modified | +1 −0 |
| src/interfaces/libpq/Makefile | modified | +8 −7 |
| src/interfaces/libpq/win32.mak | modified | +7 −0 |