aboutsummaryrefslogtreecommitdiff
path: root/src/bin/psql/help.c
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2006-06-11 23:06:00 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2006-06-11 23:06:00 +0000
commite2e2a9db4c6581b3839fc8139f7d33c6770316b9 (patch)
tree8e198c5a38b33af3a9898a9a0117f83cd35dbd3e /src/bin/psql/help.c
parentbf64a37909cd25e2e14c47de922a51d205795d17 (diff)
downloadpostgresql-e2e2a9db4c6581b3839fc8139f7d33c6770316b9.tar.gz
postgresql-e2e2a9db4c6581b3839fc8139f7d33c6770316b9.zip
Code review for psql multiline history patch(es). Fix memory leak,
failure to enter commands in history if canceled by control-C, other infelicities.
Diffstat (limited to 'src/bin/psql/help.c')
-rw-r--r--src/bin/psql/help.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/bin/psql/help.c b/src/bin/psql/help.c
index dd3bdef0434..6bc0b73d08e 100644
--- a/src/bin/psql/help.c
+++ b/src/bin/psql/help.c
@@ -3,11 +3,10 @@
*
* Copyright (c) 2000-2006, PostgreSQL Global Development Group
*
- * $PostgreSQL: pgsql/src/bin/psql/help.c,v 1.110 2006/03/05 15:58:51 momjian Exp $
+ * $PostgreSQL: pgsql/src/bin/psql/help.c,v 1.111 2006/06/11 23:06:00 tgl Exp $
*/
#include "postgres_fe.h"
#include "common.h"
-#include "pqexpbuffer.h"
#include "input.h"
#include "print.h"
#include "help.h"