summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMasaya Kawamoto2021-08-04 02:29:42 +0000
committerMasaya Kawamoto2021-08-04 02:29:42 +0000
commit45ea99173a0f1fdaff0d0099bf621db89a085f18 (patch)
treed8906048a9487a77bd4f6b90b621c15b23b686b3
parent1bfb7d08fd7a40510258387cf4812bb39003c93c (diff)
Fix pcp_unix_domain_path.patch error.V3_7_20_RPMV3_7_20
-rw-r--r--src/redhat/pcp_unix_domain_path.patch20
1 files changed, 10 insertions, 10 deletions
diff --git a/src/redhat/pcp_unix_domain_path.patch b/src/redhat/pcp_unix_domain_path.patch
index 474277b2a..1ab41400e 100644
--- a/src/redhat/pcp_unix_domain_path.patch
+++ b/src/redhat/pcp_unix_domain_path.patch
@@ -1,17 +1,17 @@
-*** src/include/pcp/pcp_stream.h 2020-08-20 14:48:02.088447410 +0900
---- pcp_stream.h 2020-08-20 14:47:23.687065010 +0900
+*** src/include/pcp/pcp_stream.h 2021-08-04 01:24:02.190845840 +0000
+--- pcp_stream.h 2021-08-04 02:20:49.155470316 +0000
***************
-*** 48,53 ****
- extern int pcp_write(PCP_CONNECTION *pc, void *buf, int len);
- extern int pcp_flush(PCP_CONNECTION *pc);
+*** 49,54 ****
+ 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 */
---- 48,53 ----
- extern int pcp_write(PCP_CONNECTION *pc, void *buf, int len);
- extern int pcp_flush(PCP_CONNECTION *pc);
+ #endif /* PCP_STREAM_H */
+--- 49,54 ----
+ 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"
- #endif /* PCP_STREAM_H */
+ #endif /* PCP_STREAM_H */