mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-02-05 19:09:58 +08:00
typo fix on include file.
This commit is contained in:
parent
69dfa71bc3
commit
727c840754
@ -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);
|
|||||||
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);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user