Patch for sample conf file
This commit is contained in:
parent
9b3f11ac8f
commit
8734e776f4
1 changed files with 40 additions and 0 deletions
40
pgpool.conf.sample.patch
Normal file
40
pgpool.conf.sample.patch
Normal file
|
|
@ -0,0 +1,40 @@
|
|||
--- pgpool.conf.sample.old 2007-08-05 05:27:53.000000000 +0300
|
||||
+++ pgpool.conf.sample 2007-08-05 05:29:01.000000000 +0300
|
||||
@@ -1,6 +1,5 @@
|
||||
#
|
||||
# pgpool-II configuration file sample
|
||||
-# $Header: /home/fedora/jkeating/pkgs/rpms/postgresql-pgpool-II/F-13/pgpool.conf.sample.patch,v 1.1 2007/08/05 02:52:20 devrim Exp $
|
||||
|
||||
# Host name or IP address to listen on: '*' for all, '' for no TCP/IP
|
||||
# connections
|
||||
@@ -12,16 +11,14 @@
|
||||
# Port number for pgpool communication manager
|
||||
pcp_port = 9898
|
||||
|
||||
-# Unix domain socket path. (The Debian package defaults to
|
||||
-# /var/run/postgresql.)
|
||||
-socket_dir = '/tmp'
|
||||
+# Unix domain socket path.
|
||||
+socket_dir = '/var/run'
|
||||
|
||||
# Unix domain socket path for pgpool communication manager.
|
||||
-# (Debian package defaults to /var/run/postgresql)
|
||||
-pcp_socket_dir = '/tmp'
|
||||
+pcp_socket_dir = '/var/run'
|
||||
|
||||
-# Unix domain socket path for the backend. Debian package defaults to /var/run/postgresql!
|
||||
-backend_socket_dir = '/tmp'
|
||||
+# Unix domain socket path for the backend.
|
||||
+backend_socket_dir = '/var/run'
|
||||
|
||||
# pgpool communication manager timeout. 0 means no timeout, but strongly not recommended!
|
||||
pcp_timeout = 10
|
||||
@@ -44,7 +41,7 @@
|
||||
child_max_connections = 0
|
||||
|
||||
# Logging directory
|
||||
-logdir = '/tmp'
|
||||
+logdir = '/var/run'
|
||||
|
||||
# Replication mode
|
||||
replication_mode = false
|
||||
Loading…
Add table
Add a link
Reference in a new issue