]> granicus.if.org Git - postgresql/commit
Fix saveHistory() to not emit bogus complaint during psql exit when using
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 18 Jun 2006 17:30:48 +0000 (17:30 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 18 Jun 2006 17:30:48 +0000 (17:30 +0000)
commit22045666d62ed5742fbdf4b1548fe1e30533684f
treecb07a68934075065452c222756cc1df28220177e
parentf1e671a0b4859341888448e78d4eb36f5b734bbb
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.
src/bin/psql/input.c