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-0006SN-5E@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
------
REL9_5_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/60fcee9e5e77dc748a9787fae34328917683b95e

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 about unused function in non-readline case.
Next
From: Andrew Dunstan
Date:
Subject: pgsql: Fix compiler warning for non-TIOCGWINSZ case