From: Bo Peng Date: Fri, 15 Aug 2025 08:24:24 +0000 (+0900) Subject: Update rpmbuild patch files. X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=ed69240e3675b2c7c4c0064fd9a6a8b3210a5fd6;p=pgpool2.git Update rpmbuild patch files. --- diff --git a/src/redhat/pcp_unix_domain_path.patch b/src/redhat/pcp_unix_domain_path.patch index 5b2b10685..0576b369c 100644 --- a/src/redhat/pcp_unix_domain_path.patch +++ b/src/redhat/pcp_unix_domain_path.patch @@ -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" diff --git a/src/redhat/pgpool_log.patch b/src/redhat/pgpool_log.patch index aaab1e8d7..b239e6cbe 100644 --- a/src/redhat/pgpool_log.patch +++ b/src/redhat/pgpool_log.patch @@ -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. diff --git a/src/redhat/pgpool_socket_dir.patch b/src/redhat/pgpool_socket_dir.patch index 40554ddda..bf974f7e6 100644 --- a/src/redhat/pgpool_socket_dir.patch +++ b/src/redhat/pgpool_socket_dir.patch @@ -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)