Fix pcp_unix_domain_path.patch error. V3_6_27 V3_6_27_RPM
authorMasaya Kawamoto <kawamoto@sraoss.co.jp>
Wed, 4 Aug 2021 02:35:45 +0000 (02:35 +0000)
committerMasaya Kawamoto <kawamoto@sraoss.co.jp>
Wed, 4 Aug 2021 02:35:45 +0000 (02:35 +0000)
src/redhat/pcp_unix_domain_path.patch

index 6f57cf9695827fc11d876ec6c3d7082da9b9707e..bb4380bae417e1132388d07fd0323db7e2bbd47f 100644 (file)
@@ -1,17 +1,17 @@
-*** src/include/pcp/pcp_stream.h       2020-08-20 14:48:02.088447410 +0900
---- pcp_stream.h       2020-08-20 15:46:35.912220946 +0900
+*** src/include/pcp/pcp_stream.h       2021-08-04 02:31:46.106372420 +0000
+--- pcp_stream.h       2021-08-04 02:32:22.082659482 +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 */