pkgsrc/databases/pgpool2/patches/patch-src_include_pool.h
fhajny 6c113d5b99 Import pgpool-II 3.5.0 as databases/pgpool2, based on wip/pgpool2.
pgpool-II is a middleware that works between PostgreSQL servers
and a PostgreSQL database client. It talks PostgreSQL's backend
and frontend protocol, and relays a connection between them.
2016-03-11 21:30:55 +00:00

15 lines
497 B
C

$NetBSD: patch-src_include_pool.h,v 1.1 2016/03/11 21:30:55 fhajny Exp $
Default pid file location.
--- src/include/pool.h.orig 2016-02-20 00:28:07.000000000 +0200
+++ src/include/pool.h 2016-02-20 00:29:09.000000000 +0200
@@ -81,7 +81,7 @@
#define DEFAULT_WD_IPC_SOCKET_DIR "/tmp"
/* pid file name */
-#define DEFAULT_PID_FILE_NAME "/var/run/pgpool/pgpool.pid"
+#define DEFAULT_PID_FILE_NAME "@PGPOOL_PIDDIR@/pgpool.pid"
/* status file name */
#define STATUS_FILE_NAME "pgpool_status"