pgsql: Use correct output device for Windows prompts.

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Use correct output device for Windows prompts.
Date: 2013-01-24 21:02:00
Message-ID: E1TyTvs-0005Cz-A2@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Use correct output device for Windows prompts.

This ensures that mapping of non-ascii prompts
to the correct code page occurs.

Bug report and original patch from Alexander Law,
reviewed and reworked by Noah Misch.

Backpatch to all live branches.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/1068771abfeec148a9c1ce4782785bddc1982070

Modified Files
--------------
src/bin/psql/command.c | 11 +++++++++++
src/include/port.h | 3 ---
src/port/sprompt.c | 33 ++++++++++++++++++++++++++++++---
3 files changed, 41 insertions(+), 6 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2013-01-24 21:02:03 pgsql: Use correct output device for Windows prompts.
Previous Message Bruce Momjian 2013-01-24 20:20:50 pgsql: pg_upgrade: detect stale postmaster.pid lock files