From 804d2c3c39d4ba8954f0cf9c5a6b9cccc6e33e81 Mon Sep 17 00:00:00 2001 From: Bo Peng Date: Thu, 20 Aug 2020 14:51:05 +0900 Subject: [PATCH] Fix pcp_unix_domain_path.patch error. --- src/redhat/pcp_unix_domain_path.patch | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/redhat/pcp_unix_domain_path.patch b/src/redhat/pcp_unix_domain_path.patch index 5b2b10685..474277b2a 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-07-31 09:24:10.835496879 +0900 ---- pcp_stream.h 2020-07-31 09:24:02.598396128 +0900 +*** 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 *************** -*** 49,54 **** - extern int pcp_write(PCP_CONNECTION * pc, void *buf, int len); - extern int pcp_flush(PCP_CONNECTION * pc); +*** 48,53 **** + 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); + #endif /* PCP_STREAM_H */ +--- 48,53 ---- + 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 */ -- 2.39.5