pgsql: Add needed #include.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Add needed #include.
Дата
Msg-id E1gOs1e-0006aF-BK@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
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
------
REL_11_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/e2631255e48faff5541259eb775afed0ee96e856

Modified Files
--------------
src/backend/commands/copy.c | 1 +
1 file changed, 1 insertion(+)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Handle EPIPE more sanely when we close a pipe reading from apro
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix old TAP tests' method for selecting a valid PGPORT value.