postgresql/src/interfaces
Tom Lane da5aeccf64 Move pqsignal() to libpgport.
We had two copies of this function in the backend and libpq, which was
already pretty bogus, but it turns out that we need it in some other
programs that don't use libpq (such as pg_test_fsync).  So put it where
it probably should have been all along.  The signal-mask-initialization
support in src/backend/libpq/pqsignal.c stays where it is, though, since
we only need that in the backend.
2013-03-17 12:06:42 -04:00
..
ecpg Fix overflow check in tm2timestamp (this time for sure). 2013-03-04 15:13:31 -05:00
libpq Move pqsignal() to libpgport. 2013-03-17 12:06:42 -04:00
Makefile Fix parallel make when running make install before make all 2011-03-08 23:52:29 +02:00