mirror of
https://github.com/postgres/postgres.git
synced 2025-07-09 22:41:56 +03:00
pgindent run for 9.0
This commit is contained in:
@ -8,7 +8,7 @@
|
||||
*
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* $PostgreSQL: pgsql/src/backend/parser/parse_coerce.c,v 2.180 2010/02/14 18:42:15 rhaas Exp $
|
||||
* $PostgreSQL: pgsql/src/backend/parser/parse_coerce.c,v 2.181 2010/02/26 02:00:52 momjian Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
@ -263,8 +263,8 @@ coerce_type(ParseState *pstate, Node *node,
|
||||
pstate != NULL && pstate->p_coerce_param_hook != NULL)
|
||||
{
|
||||
/*
|
||||
* Allow the CoerceParamHook to decide what happens. It can return
|
||||
* a transformed node (very possibly the same Param node), or return
|
||||
* Allow the CoerceParamHook to decide what happens. It can return a
|
||||
* transformed node (very possibly the same Param node), or return
|
||||
* NULL to indicate we should proceed with normal coercion.
|
||||
*/
|
||||
result = (*pstate->p_coerce_param_hook) (pstate,
|
||||
|
Reference in New Issue
Block a user