We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d19439f commit 8d2441eCopy full SHA for 8d2441e
src/backend/parser/gram.y
@@ -11,7 +11,7 @@
11
*
12
13
* IDENTIFICATION
14
- * $Header: /cvsroot/pgsql/src/backend/parser/gram.y,v 2.308 2002/04/21 21:37:03 thomas Exp $
+ * $Header: /cvsroot/pgsql/src/backend/parser/gram.y,v 2.309 2002/04/21 21:53:23 thomas Exp $
15
16
* HISTORY
17
* AUTHOR DATE MAJOR EVENT
@@ -96,7 +96,6 @@ static void insertSelectOptions(SelectStmt *stmt,
96
static Node *makeSetOp(SetOperation op, bool all, Node *larg, Node *rarg);
97
static Node *doNegate(Node *n);
98
static void doNegateFloat(Value *v);
99
-static bool set_name_needs_quotes(const char *name);
100
101
#define MASK(b) (1 << (b))
102
0 commit comments