From e2e2a9db4c6581b3839fc8139f7d33c6770316b9 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Sun, 11 Jun 2006 23:06:00 +0000 Subject: 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/help.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/bin/psql/help.c') 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" -- cgit v1.2.3