]> granicus.if.org Git - postgresql/commitdiff
Trivial fix for a bug introduced in r1.94 of help.c: we want to only
authorNeil Conway <neilc@samurai.com>
Wed, 24 Nov 2004 04:58:42 +0000 (04:58 +0000)
committerNeil Conway <neilc@samurai.com>
Wed, 24 Nov 2004 04:58:42 +0000 (04:58 +0000)
include "\s" in \? output when readline is enabled, but that commit
supressed "\s" whether readline was enabled or not.

src/bin/psql/help.c

index d9e426ddd6539ce4763347f03cb3c1cf233c72fe..4a39a3e5948cc5954d37a9f474a27f9eef3809e8 100644 (file)
@@ -3,10 +3,11 @@
  *
  * Copyright (c) 2000-2004, PostgreSQL Global Development Group
  *
- * $PostgreSQL: pgsql/src/bin/psql/help.c,v 1.96 2004/11/09 14:39:44 petere Exp $
+ * $PostgreSQL: pgsql/src/bin/psql/help.c,v 1.97 2004/11/24 04:58:42 neilc Exp $
  */
 #include "postgres_fe.h"
 #include "common.h"
+#include "input.h"
 #include "print.h"
 #include "help.h"