pgsql: Fix compiler warning about unused function in non-readline case.

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix compiler warning about unused function in non-readline case.
Date: 2015-09-28 22:36:09
Message-ID: E1Zgh1l-0006Lw-Bo@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix compiler warning about unused function in non-readline case.

Backpatch to all live branches to keep the code in sync.

Branch
------
REL9_5_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/c4e6d506c6b028d6ccdac4e2a23b3484fba6c39e

Modified Files
--------------
src/bin/psql/input.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2015-09-28 22:36:54 pgsql: Fix compiler warning about unused function in non-readline case.
Previous Message Andrew Dunstan 2015-09-28 22:33:09 pgsql: Fix compiler warning about unused function in non-readline case.