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)
commit5f745bb48670474a4a729d876ab4dabbcac8a5dd
tree5561983afe9b3c14e77bc4d761ef242b053ff14f
parent4414b72f0e70401372cf38cdd53aeb0bb5fe8a82
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