Skip to content

Commit e17766c

Browse files
author
Neil Conway
committed
Trivial fix for a bug introduced in r1.94 of help.c: we want to only
include "\s" in \? output when readline is enabled, but that commit supressed "\s" whether readline was enabled or not.
1 parent 4acc97d commit e17766c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/bin/psql/help.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,11 @@
33
*
44
* Copyright (c) 2000-2004, PostgreSQL Global Development Group
55
*
6-
* $PostgreSQL: pgsql/src/bin/psql/help.c,v 1.96 2004/11/09 14:39:44 petere Exp $
6+
* $PostgreSQL: pgsql/src/bin/psql/help.c,v 1.97 2004/11/24 04:58:42 neilc Exp $
77
*/
88
#include "postgres_fe.h"
99
#include "common.h"
10+
#include "input.h"
1011
#include "print.h"
1112
#include "help.h"
1213

0 commit comments

Comments
 (0)