mirror of
https://github.com/postgres/postgres.git
synced 2025-07-03 20:02:46 +03:00
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.
This commit is contained in:
@ -3,10 +3,11 @@
|
|||||||
*
|
*
|
||||||
* Copyright (c) 2000-2004, PostgreSQL Global Development Group
|
* 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 "postgres_fe.h"
|
||||||
#include "common.h"
|
#include "common.h"
|
||||||
|
#include "input.h"
|
||||||
#include "print.h"
|
#include "print.h"
|
||||||
#include "help.h"
|
#include "help.h"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user