Fix pcp_unix_domain_path.patch error. V3_7_20 V3_7_20_RPM
authorMasaya Kawamoto <kawamoto@sraoss.co.jp>
Wed, 4 Aug 2021 02:29:42 +0000 (02:29 +0000)
committerMasaya Kawamoto <kawamoto@sraoss.co.jp>
Wed, 4 Aug 2021 02:29:42 +0000 (02:29 +0000)
src/redhat/pcp_unix_domain_path.patch

index 474277b2aab01037a07b0ea5af50fcaac5e2a2d1..1ab41400e829f9da462a89eb9fb3a871b2650e71 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 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 */