aboutsummaryrefslogtreecommitdiff
path: root/src/include/parser/parse_relation.h
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2003-06-11 22:13:22 +0000
committerBruce Momjian <bruce@momjian.us>2003-06-11 22:13:22 +0000
commit240dc5cddc8c5fd13fbf8196034436183ed61a2f (patch)
tree947ce5a7c06b6c655e9c7ca26d8c115befef4ab6 /src/include/parser/parse_relation.h
parent9ffdd91bba0e67fd77cd998ff888ebb6cbb4695d (diff)
downloadpostgresql-240dc5cddc8c5fd13fbf8196034436183ed61a2f.tar.gz
postgresql-240dc5cddc8c5fd13fbf8196034436183ed61a2f.zip
Add add_missing_from GUC variable.
Nigel J. Andrews
Diffstat (limited to 'src/include/parser/parse_relation.h')
-rw-r--r--src/include/parser/parse_relation.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/include/parser/parse_relation.h b/src/include/parser/parse_relation.h
index 225985192bc..9fba1857c9d 100644
--- a/src/include/parser/parse_relation.h
+++ b/src/include/parser/parse_relation.h
@@ -7,7 +7,7 @@
* Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: parse_relation.h,v 1.39 2002/09/04 20:31:45 momjian Exp $
+ * $Id: parse_relation.h,v 1.40 2003/06/11 22:13:22 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@ -16,6 +16,8 @@
#include "parser/parse_node.h"
+extern bool add_missing_from;
+
extern RangeTblEntry *refnameRangeTblEntry(ParseState *pstate,
const char *schemaname,
const char *refname,