Skip to content

Commit 8d2441e

Browse files
author
Thomas G. Lockhart
committed
Oops. Remove declaration for set_name_needs_quotes(), since it is now gone.
1 parent d19439f commit 8d2441e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/backend/parser/gram.y

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
*
1212
*
1313
* IDENTIFICATION
14-
* $Header: /cvsroot/pgsql/src/backend/parser/gram.y,v 2.308 2002/04/21 21:37:03 thomas Exp $
14+
* $Header: /cvsroot/pgsql/src/backend/parser/gram.y,v 2.309 2002/04/21 21:53:23 thomas Exp $
1515
*
1616
* HISTORY
1717
* AUTHOR DATE MAJOR EVENT
@@ -96,7 +96,6 @@ static void insertSelectOptions(SelectStmt *stmt,
9696
static Node *makeSetOp(SetOperation op, bool all, Node *larg, Node *rarg);
9797
static Node *doNegate(Node *n);
9898
static void doNegateFloat(Value *v);
99-
static bool set_name_needs_quotes(const char *name);
10099

101100
#define MASK(b) (1 << (b))
102101

0 commit comments

Comments
 (0)