pgsql: Fix saveHistory() to not emit bogus complaint during psql exit

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix saveHistory() to not emit bogus complaint during psql exit
Date: 2006-06-18 17:30:48
Message-ID: 20060618173048.3E0319FA188@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Fix saveHistory() to not emit bogus complaint during psql exit when using
Darwin's libedit; per my proposal last August. Also, suppress cast-away-
const warnings.

Modified Files:
--------------
pgsql/src/bin/psql:
input.c (r1.55 -> r1.56)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/input.c.diff?r1=1.55&r2=1.56)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2006-06-18 18:30:21 pgsql: Don't try to call posix_fadvise() unless <fcntl.h> supplies a
Previous Message Tom Lane 2006-06-18 16:21:40 pgsql: Increase timeout in statement_timeout test from 1 second to 2