Update pgpool.conf.sample.patch to fix build rpm error. V3_3_16 V3_3_16_RPM
authorpengbo <pengbo@sraoss.co.jp>
Tue, 11 Jul 2017 04:19:52 +0000 (13:19 +0900)
committerpengbo <pengbo@sraoss.co.jp>
Tue, 11 Jul 2017 04:19:52 +0000 (13:19 +0900)
redhat/pgpool.conf.sample.patch

index 4db4c04864a40b827afa5ee7ed924b608963d323..6c25142bd7fff65219587f4aeddc243c4d8a494e 100644 (file)
@@ -1,10 +1,10 @@
-*** pgpool.conf.sample.old      2013-03-04 11:08:30.000000000 +0900
---- pgpool.conf.sample  2013-03-04 11:09:40.000000000 +0900
+*** pgpool.conf.sample 2017-07-11 13:14:44.289865529 +0900
+--- pgpool.conf.sample.new     2017-07-11 13:09:08.445706595 +0900
 ***************
 *** 51,65 ****
-
+  
   # - Backend Connection Settings -
-
+  
 ! #backend_hostname0 = 'host1'
                                      # Host name or IP address to connect to for backend 0
 ! #backend_port0 = 5432
@@ -18,9 +18,9 @@
                                      # ALLOW_TO_FAILOVER or DISALLOW_TO_FAILOVER
   #backend_hostname1 = 'host2'
 --- 51,65 ----
-
+  
   # - Backend Connection Settings -
-
+  
 ! backend_hostname0 = 'localhost'
                                      # Host name or IP address to connect to for backend 0
 ! backend_port0 = 5432
                                      # ALLOW_TO_FAILOVER or DISALLOW_TO_FAILOVER
   #backend_hostname1 = 'host2'
 ***************
-*** 183,189 ****
-  pid_file_name = '/var/run/pgpool/pgpool.pid'
-                                     # PID file name
-                                     # Can be specified as relative to the"
+*** 186,192 ****
                                      # location of pgpool.conf file or
                                      # as an absolute path
                                      # (change requires restart)
 ! logdir = '/tmp'
                                      # Directory of pgPool status file
                                      # (change requires restart)
-
---- 183,189 ----
-  pid_file_name = '/var/run/pgpool/pgpool.pid'
-                                     # PID file name
-                                     # Can be specified as relative to the"
+  
+--- 186,192 ----
                                      # location of pgpool.conf file or
-                                     # or as absolute path
+                                     # as an absolute path
                                      # (change requires restart)
 ! logdir = '/var/log/pgpool'
                                      # Directory of pgPool status file
                                      # (change requires restart)
-
+