]> granicus.if.org Git - postgresql/commit
Code review for psql multiline history patch(es). Fix memory leak,
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 11 Jun 2006 23:06:00 +0000 (23:06 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 11 Jun 2006 23:06:00 +0000 (23:06 +0000)
commite2e2a9db4c6581b3839fc8139f7d33c6770316b9
tree8e198c5a38b33af3a9898a9a0117f83cd35dbd3e
parentbf64a37909cd25e2e14c47de922a51d205795d17
Code review for psql multiline history patch(es).  Fix memory leak,
failure to enter commands in history if canceled by control-C, other
infelicities.
src/bin/psql/command.c
src/bin/psql/help.c
src/bin/psql/input.c
src/bin/psql/input.h
src/bin/psql/mainloop.c
src/bin/psql/prompt.c
src/bin/psql/tab-complete.c