Oops. Remove declaration for set_name_needs_quotes(), since it is now gone.
authorThomas G. Lockhart <lockhart@alumni.caltech.edu>
Sun, 21 Apr 2002 21:53:23 +0000 (21:53 +0000)
committerThomas G. Lockhart <lockhart@alumni.caltech.edu>
Sun, 21 Apr 2002 21:53:23 +0000 (21:53 +0000)
src/backend/parser/gram.y

index 9d76b4ba1255e5c2bec6830570abde2748c5eaf8..13234c06ee9b421e6c0b076a33bdfb59123df57b 100644 (file)
@@ -96,7 +96,6 @@ static void insertSelectOptions(SelectStmt *stmt,
 static Node *makeSetOp(SetOperation op, bool all, Node *larg, Node *rarg);
 static Node *doNegate(Node *n);
 static void doNegateFloat(Value *v);
-static bool set_name_needs_quotes(const char *name);
 
 #define MASK(b) (1 << (b))