Commit 727c8407 authored by Bruce Momjian's avatar Bruce Momjian

typo fix on include file.

parent 69dfa71b
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
* *
* Copyright (c) 1994, Regents of the University of California * Copyright (c) 1994, Regents of the University of California
* *
* $Id: parse_query.h,v 1.3 1996/10/31 18:27:54 momjian Exp $ * $Id: parse_query.h,v 1.4 1996/10/31 18:33:09 momjian Exp $
* *
*------------------------------------------------------------------------- *-------------------------------------------------------------------------
*/ */
...@@ -53,7 +53,7 @@ extern Node *parser_typecast(Value *expr, TypeName *typename, int typlen); ...@@ -53,7 +53,7 @@ extern Node *parser_typecast(Value *expr, TypeName *typename, int typlen);
extern Node *parser_typecast2(Node *expr, int exprType, Type tp, int typlen); extern Node *parser_typecast2(Node *expr, int exprType, Type tp, int typlen);
extern Aggreg *ParseAgg(char *aggname, Oid basetype, Node *target); extern Aggreg *ParseAgg(char *aggname, Oid basetype, Node *target);
extern void handleTargetColname(ParseState *pstate, char **resname, extern void handleTargetColname(ParseState *pstate, char **resname,
char *refname, char *colname) char *refname, char *colname);
extern void checkTargetTypes(ParseState *pstate, char *target_colname, extern void checkTargetTypes(ParseState *pstate, char *target_colname,
char *refname, char *colname); char *refname, char *colname);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment