mirror of
https://github.com/postgres/postgres.git
synced 2025-04-22 23:02:54 +03:00
Oops. Remove declaration for set_name_needs_quotes(), since it is now gone.
This commit is contained in:
parent
d19439f7cd
commit
8d2441e55c
@ -11,7 +11,7 @@
|
|||||||
*
|
*
|
||||||
*
|
*
|
||||||
* IDENTIFICATION
|
* IDENTIFICATION
|
||||||
* $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 $
|
||||||
*
|
*
|
||||||
* HISTORY
|
* HISTORY
|
||||||
* AUTHOR DATE MAJOR EVENT
|
* AUTHOR DATE MAJOR EVENT
|
||||||
@ -96,7 +96,6 @@ static void insertSelectOptions(SelectStmt *stmt,
|
|||||||
static Node *makeSetOp(SetOperation op, bool all, Node *larg, Node *rarg);
|
static Node *makeSetOp(SetOperation op, bool all, Node *larg, Node *rarg);
|
||||||
static Node *doNegate(Node *n);
|
static Node *doNegate(Node *n);
|
||||||
static void doNegateFloat(Value *v);
|
static void doNegateFloat(Value *v);
|
||||||
static bool set_name_needs_quotes(const char *name);
|
|
||||||
|
|
||||||
#define MASK(b) (1 << (b))
|
#define MASK(b) (1 << (b))
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user