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 ffa4cbd62.
Per buildfarm. Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/cb09903fe63132a35e4b217bc394882b05c0c6f3 Modified Files -------------- src/backend/commands/copy.c | 1 + 1 file changed, 1 insertion(+)
