mirror of
https://github.com/postgres/postgres.git
synced 2025-10-27 00:12:01 +03:00
Ye-old pgindent run. Same 4-space tabs.
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
* Portions Copyright (c) 1996-2000, PostgreSQL, Inc
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* $Id: parse_coerce.h,v 1.21 2000/03/20 15:42:47 momjian Exp $
|
||||
* $Id: parse_coerce.h,v 1.22 2000/04/12 17:16:45 momjian Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
@@ -126,8 +126,8 @@ extern CATEGORY TypeCategory(Oid type);
|
||||
|
||||
extern bool can_coerce_type(int nargs, Oid *input_typeids, Oid *func_typeids);
|
||||
extern Node *coerce_type(ParseState *pstate, Node *node, Oid inputTypeId,
|
||||
Oid targetTypeId, int32 atttypmod);
|
||||
Oid targetTypeId, int32 atttypmod);
|
||||
extern Node *coerce_type_typmod(ParseState *pstate, Node *node,
|
||||
Oid targetTypeId, int32 atttypmod);
|
||||
Oid targetTypeId, int32 atttypmod);
|
||||
|
||||
#endif /* PARSE_COERCE_H */
|
||||
|
||||
Reference in New Issue
Block a user