postgresql/src/bin/pg_ctl
Peter Eisentraut 6b56bc16cd Use a separate temporary directory for the Unix-domain socket
Creating the Unix-domain socket in the build directory can run into
name-length limitations.  Therefore, create the socket file in the
default temporary directory of the operating system.  Keep the temporary
data directory etc. in the build tree.
2014-07-02 21:48:35 -04:00
..
po Translation updates 2013-12-02 00:17:07 -05:00
t Use a separate temporary directory for the Unix-domain socket 2014-07-02 21:48:35 -04:00
.gitignore Add TAP tests for client programs 2014-04-14 21:33:46 -04:00
Makefile Clean up temp installations after client program tests. 2014-04-25 15:40:35 -04:00
nls.mk Switch dependency order of libpgcommon and libpgport 2013-10-17 22:02:35 -04:00
pg_ctl.c Fix a bunch of functions that were declared static then defined not-static. 2014-05-17 17:57:53 -04:00