pgsql: Fix compiler warning for non-TIOCGWINSZ case

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема pgsql: Fix compiler warning for non-TIOCGWINSZ case
Дата
Msg-id E1Zgh9H-0006SM-59@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix compiler warning for non-TIOCGWINSZ case

Backpatch to 9.5 where the error was introduced.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/0557dc276f1022965f72dc8bcfc820dfd83a7dc2

Modified Files
--------------
src/bin/psql/print.c |    4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)


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

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: pgsql: Fix compiler warning for non-TIOCGWINSZ case
Следующее
От: Robert Haas
Дата:
Сообщение: pgsql: Parallel executor support.