-*** 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"
-*** 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 -
# Where to log
# Valid values are combinations of stderr,
# and syslog. Default to stderr.
---- 186,192 ----
+--- 231,237 ----
# - Where to log -
# Valid values are combinations of stderr,
# and syslog. Default to stderr.
***************
-*** 252,268 ****
+*** 305,321 ****
# panic
# This is used when logging to stderr:
# log file name pattern,
# can include strftime() escapes
---- 252,268 ----
+--- 305,321 ----
# panic
# This is used when logging to stderr:
# can include strftime() escapes
***************
-*** 270,276 ****
+*** 323,329 ****
# creation mode for log files,
# begin with 0 to use octal notation
# 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
# 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.
# 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.
# 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.
-*** 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
# The Debian package defaults to
# /var/run/postgresql
***************
-*** 736,742 ****
+*** 744,750 ****
# Authentication key for watchdog communication
# (change requires restart)
# 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)