Fix pcp_unix_domain_path.patch error. V3_7_15 V3_7_15_RPM
authorBo Peng <pengbo@sraoss.co.jp>
Thu, 20 Aug 2020 05:51:05 +0000 (14:51 +0900)
committerBo Peng <pengbo@sraoss.co.jp>
Thu, 20 Aug 2020 05:51:05 +0000 (14:51 +0900)
src/redhat/pcp_unix_domain_path.patch

index 5b2b10685bb53f5209e1527609da81d25a6ec7ee..474277b2aab01037a07b0ea5af50fcaac5e2a2d1 100644 (file)
@@ -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 */