Re-include pqsignal() in libpq.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: b1fae823ee46a26e7e557591d659351835742537
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2013-03-17T19:45:31Z
Releases: 9.3.0
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