Content-Length: 255824 | pFad | http://github.com/postgrespro/postgres_cluster/commit/cb09903fe63132a35e4b217bc394882b05c0c6f3

03 Add needed #include. · postgrespro/postgres_cluster@cb09903 · GitHub
Skip to content

Commit cb09903

Browse files
committed
Add needed #include.
Per POSIX, WIFSIGNALED and related macros are provided by <sys/wait.h>. Apparently on Linux they're also pulled in by some other inclusions, but BSD-ish systems are pickier. Fixes portability issue in ffa4cbd. Per buildfarm.
1 parent ffa4cbd commit cb09903

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/backend/commands/copy.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
#include <ctype.h>
1818
#include <unistd.h>
1919
#include <sys/stat.h>
20+
#include <sys/wait.h>
2021

2122
#include "access/heapam.h"
2223
#include "access/htup_details.h"

0 commit comments

Comments
 (0)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/postgrespro/postgres_cluster/commit/cb09903fe63132a35e4b217bc394882b05c0c6f3

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy