Update rpmbuild patch files.
authorBo Peng <pengbo@sraoss.co.jp>
Fri, 15 Aug 2025 08:24:24 +0000 (17:24 +0900)
committerBo Peng <pengbo@sraoss.co.jp>
Fri, 15 Aug 2025 08:24:24 +0000 (17:24 +0900)
src/redhat/pcp_unix_domain_path.patch
src/redhat/pgpool_log.patch
src/redhat/pgpool_socket_dir.patch

index 5b2b10685bb53f5209e1527609da81d25a6ec7ee..0576b369cab51d031ff1b03887998620a28d2386 100644 (file)
@@ -1,16 +1,16 @@
-*** src/include/pcp/pcp_stream.h       2020-07-31 09:24:10.835496879 +0900
---- pcp_stream.h       2020-07-31 09:24:02.598396128 +0900
+*** src/include/pcp/pcp_stream.h       2025-08-15 16:47:16.214748366 +0900
+--- pcp_stream.h       2025-08-15 16:47:07.339772297 +0900
 ***************
 *** 49,54 ****
-  extern int   pcp_write(PCP_CONNECTION * pc, void *buf, int len);
-  extern int   pcp_flush(PCP_CONNECTION * pc);
+  extern int   pcp_write(PCP_CONNECTION *pc, void *buf, int len);
+  extern int   pcp_flush(PCP_CONNECTION *pc);
   
 ! #define UNIX_DOMAIN_PATH "/tmp"
   
   #endif                                                       /* PCP_STREAM_H */
 --- 49,54 ----
-  extern int   pcp_write(PCP_CONNECTION * pc, void *buf, int len);
-  extern int   pcp_flush(PCP_CONNECTION * pc);
+  extern int   pcp_write(PCP_CONNECTION *pc, void *buf, int len);
+  extern int   pcp_flush(PCP_CONNECTION *pc);
   
 ! #define UNIX_DOMAIN_PATH "/var/run/postgresql"
   
index aaab1e8d775573a0a2a1a30a1acdcce028da1e47..b239e6cbe68408c530fab54af081fd8bbe857543 100644 (file)
@@ -1,7 +1,7 @@
-*** src/sample/pgpool.conf.sample      2022-02-10 12:49:15.079700949 +0900
---- pgpool.conf.sample 2022-02-22 11:05:17.073517397 +0900
+*** src/sample/pgpool.conf.sample-stream       2025-08-15 17:12:42.964631588 +0900
+--- pgpool.conf.sample-stream  2025-08-15 17:17:21.762879829 +0900
 ***************
-*** 186,192 ****
+*** 231,237 ****
   
   # - Where to log -
   
@@ -9,7 +9,7 @@
                                      # Where to log
                                      # Valid values are combinations of stderr,
                                      # and syslog. Default to stderr.
---- 186,192 ----
+--- 231,237 ----
   
   # - Where to log -
   
@@ -18,7 +18,7 @@
                                      # Valid values are combinations of stderr,
                                      # and syslog. Default to stderr.
 ***************
-*** 252,268 ****
+*** 305,321 ****
                                           #   panic
   
   # This is used when logging to stderr:
@@ -36,7 +36,7 @@
                                           # log file name pattern,
                                           # can include strftime() escapes
   
---- 252,268 ----
+--- 305,321 ----
                                           #   panic
   
   # This is used when logging to stderr:
@@ -55,7 +55,7 @@
                                           # can include strftime() escapes
   
 ***************
-*** 270,276 ****
+*** 323,329 ****
                                           # creation mode for log files,
                                           # begin with 0 to use octal notation
   
@@ -63,7 +63,7 @@
                                           # If on, an existing log file with the
                                           # same name as the new log file will be
                                           # truncated rather than appended to.
---- 270,276 ----
+--- 323,329 ----
                                           # creation mode for log files,
                                           # begin with 0 to use octal notation
   
@@ -72,7 +72,7 @@
                                           # same name as the new log file will be
                                           # truncated rather than appended to.
 ***************
-*** 280,290 ****
+*** 333,343 ****
                                           # off, meaning append to existing files
                                           # in all cases.
   
@@ -84,7 +84,7 @@
                                           # Automatic rotation of logfiles will
                                           # happen after that much (KB) log output.
                                           # 0 disables size based rotation.
---- 280,290 ----
+--- 333,343 ----
                                           # off, meaning append to existing files
                                           # in all cases.
   
@@ -92,7 +92,7 @@
                                           # Automatic rotation of logfiles will
                                           # happen after that (minutes)time.
                                           # 0 disables time based rotation.
-! log_rotation_size = 0 
+! log_rotation_size = 0
                                           # Automatic rotation of logfiles will
                                           # happen after that much (KB) log output.
                                           # 0 disables size based rotation.
index 40554ddda3fd81eb69076f5cf813fb2c3be423a1..bf974f7e67d2bacf9823aee6ec29685566431079 100644 (file)
@@ -1,5 +1,5 @@
-*** src/sample/pgpool.conf.sample      2023-11-07 20:38:38.890984731 +0900
---- pgpool.conf.sample 2023-11-09 13:22:19.179462724 +0900
+*** src/sample/pgpool.conf.sample-stream       2025-08-15 11:18:51.825595514 +0900
+--- pgpool.conf.sample-stream  2025-08-15 17:04:49.381908570 +0900
 ***************
 *** 40,46 ****
   #port = 9999
@@ -35,7 +35,7 @@
                                      # The Debian package defaults to
                                      # /var/run/postgresql
 ***************
-*** 736,742 ****
+*** 744,750 ****
                                       # Authentication key for watchdog communication
                                       # (change requires restart)
   
@@ -43,7 +43,7 @@
                                       # Unix domain socket path for watchdog IPC socket
                                       # The Debian package defaults to
                                       # /var/run/postgresql
---- 736,742 ----
+--- 744,750 ----
                                       # Authentication key for watchdog communication
                                       # (change requires restart)