pgsql: Fix compiler warning for non-TIOCGWINSZ case - Mailing list pgsql-committers

From Andrew Dunstan
Subject pgsql: Fix compiler warning for non-TIOCGWINSZ case
Date
Msg-id E1Zgh9H-0006SM-59@gemulon.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Andrew Dunstan
Date:
Subject: pgsql: Fix compiler warning for non-TIOCGWINSZ case
Next
From: Robert Haas
Date:
Subject: pgsql: Parallel executor support.