postgresql/src/pl
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
..
plperl Move pqsignal() to libpgport. 2013-03-17 12:06:42 -04:00
plpgsql Add a materialized view relations. 2013-03-03 18:23:31 -06:00
plpython Remove dependency on the DLL of pythonxx.def file. 2013-03-05 19:24:29 -05:00
tcl Add a materialized view relations. 2013-03-03 18:23:31 -06:00
Makefile Make distprep and *clean build targets recurse into all subdirectories. 2011-07-03 13:55:12 -04:00