summaryrefslogtreecommitdiff
path: root/src/include/parser/parse_expr.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/parser/parse_expr.h')
-rw-r--r--src/include/parser/parse_expr.h30
1 files changed, 0 insertions, 30 deletions
diff --git a/src/include/parser/parse_expr.h b/src/include/parser/parse_expr.h
deleted file mode 100644
index a7af335dd12..00000000000
--- a/src/include/parser/parse_expr.h
+++ /dev/null
@@ -1,30 +0,0 @@
-/*-------------------------------------------------------------------------
- *
- * parse_expr.h
- *
- *
- *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
- * Portions Copyright (c) 1994, Regents of the University of California
- *
- * $Id: parse_expr.h,v 1.28 2002/06/20 20:29:51 momjian Exp $
- *
- *-------------------------------------------------------------------------
- */
-#ifndef PARSE_EXPR_H
-#define PARSE_EXPR_H
-
-#include "parser/parse_node.h"
-
-
-/* GUC parameters */
-extern int max_expr_depth;
-extern bool Transform_null_equals;
-
-extern Node *transformExpr(ParseState *pstate, Node *expr);
-extern Oid exprType(Node *expr);
-extern int32 exprTypmod(Node *expr);
-extern bool exprIsLengthCoercion(Node *expr, int32 *coercedTypmod);
-extern void parse_expr_init(void);
-
-#endif /* PARSE_EXPR_H */