aboutsummaryrefslogtreecommitdiff
path: root/src/include/parser/parse_clause.h
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2000-06-09 01:44:34 +0000
committerBruce Momjian <bruce@momjian.us>2000-06-09 01:44:34 +0000
commit8c1d09d591c446aa777668497abd91a60c26dc97 (patch)
treef8d534926aefb0f366da2a916b812b29e50fcc63 /src/include/parser/parse_clause.h
parentfb070464c1907bfea7c4f15fddf6c6c6f034042c (diff)
downloadpostgresql-8c1d09d591c446aa777668497abd91a60c26dc97.tar.gz
postgresql-8c1d09d591c446aa777668497abd91a60c26dc97.zip
Inheritance overhaul by Chris Bitmead <chris@bitmead.com>
Diffstat (limited to 'src/include/parser/parse_clause.h')
-rw-r--r--src/include/parser/parse_clause.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/parser/parse_clause.h b/src/include/parser/parse_clause.h
index dc665530f8c..b9a868d4420 100644
--- a/src/include/parser/parse_clause.h
+++ b/src/include/parser/parse_clause.h
@@ -7,7 +7,7 @@
* Portions Copyright (c) 1996-2000, PostgreSQL, Inc
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: parse_clause.h,v 1.17 2000/04/12 17:16:45 momjian Exp $
+ * $Id: parse_clause.h,v 1.18 2000/06/09 01:44:29 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@ -17,7 +17,7 @@
#include "parser/parse_node.h"
extern void makeRangeTable(ParseState *pstate, List *frmList);
-extern void setTargetTable(ParseState *pstate, char *relname);
+extern void setTargetTable(ParseState *pstate, char *relname, bool inh);
extern Node *transformWhereClause(ParseState *pstate, Node *where);
extern List *transformGroupClause(ParseState *pstate, List *grouplist,
List *targetlist);