summaryrefslogtreecommitdiff
path: root/src/include/parser/analyze.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/parser/analyze.h')
-rw-r--r--src/include/parser/analyze.h26
1 files changed, 0 insertions, 26 deletions
diff --git a/src/include/parser/analyze.h b/src/include/parser/analyze.h
deleted file mode 100644
index f780ec4d294..00000000000
--- a/src/include/parser/analyze.h
+++ /dev/null
@@ -1,26 +0,0 @@
-/*-------------------------------------------------------------------------
- *
- * analyze.h
- *
- *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
- * Portions Copyright (c) 1994, Regents of the University of California
- *
- * $Id: analyze.h,v 1.20 2002/06/20 20:29:51 momjian Exp $
- *
- *-------------------------------------------------------------------------
- */
-#ifndef ANALYZE_H
-#define ANALYZE_H
-
-#include "parser/parse_node.h"
-
-extern List *parse_analyze(Node *parseTree, ParseState *parentParseState);
-extern List *analyzeCreateSchemaStmt(CreateSchemaStmt *stmt);
-
-extern void CheckSelectForUpdate(Query *qry);
-
-/* This was exported to allow ADD CONSTRAINT to make use of it */
-extern char *makeObjectName(char *name1, char *name2, char *typename);
-
-#endif /* ANALYZE_H */