pgsql: Remove old kluge put in to allow Windows regression tests to

From: adunstan(at)postgresql(dot)org (Andrew Dunstan)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Remove old kluge put in to allow Windows regression tests to
Date: 2008-05-18 06:50:08
Message-ID: 20080518065008.613FB754C54@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Remove old kluge put in to allow Windows regression tests to succeed, and now
found to have been made necessary by our skipping tty detection on Windows. Now
that we are doing tty detection on Windows the kluge is unnecessary and wrong.

Modified Files:
--------------
pgsql/src/bin/psql:
print.c (r1.106 -> r1.107)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/print.c?r1=1.106&r2=1.107)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2008-05-18 20:13:12 pgsql: Make another try at using -Wl, --as-needed to suppress linking of
Previous Message Tom Lane 2008-05-18 03:24:18 pgsql: okay, looks like ecpg/compatlib needs -lintl too.