summaryrefslogtreecommitdiff
path: root/src/include/parser
diff options
context:
space:
mode:
authorBruce Momjian2002-03-07 16:35:41 +0000
committerBruce Momjian2002-03-07 16:35:41 +0000
commitb976b8af803fb1b3d9ab6a5ae5e13f3a9a90da32 (patch)
treebe92fa181752e2769ea63315b21a6db472a2c3c9 /src/include/parser
parent609f71b760d64f8ff512a5caa23d4803f664bd84 (diff)
Back out domain patch until it works properly.
Diffstat (limited to 'src/include/parser')
-rw-r--r--src/include/parser/parse_coerce.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/include/parser/parse_coerce.h b/src/include/parser/parse_coerce.h
index c8f1891415b..4d4767a6d04 100644
--- a/src/include/parser/parse_coerce.h
+++ b/src/include/parser/parse_coerce.h
@@ -7,7 +7,7 @@
* Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: parse_coerce.h,v 1.38 2002/03/06 20:35:01 momjian Exp $
+ * $Id: parse_coerce.h,v 1.39 2002/03/07 16:35:40 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@ -81,6 +81,5 @@ extern Oid select_common_type(List *typeids, const char *context);
extern Node *coerce_to_common_type(ParseState *pstate, Node *node,
Oid targetTypeId,
const char *context);
-extern Oid getBaseType(Oid inType);
#endif /* PARSE_COERCE_H */