pgsql: Fix compiler warning for non-TIOCGWINSZ case

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix compiler warning for non-TIOCGWINSZ case
Date: 2015-09-28 22:43:55
Message-ID: E1Zgh9H-0006SN-5E@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2015-09-29 02:06:55 pgsql: Parallel executor support.
Previous Message Andrew Dunstan 2015-09-28 22:36:54 pgsql: Fix compiler warning about unused function in non-readline case.