mirror of
https://github.com/postgres/postgres.git
synced 2025-11-22 12:22:45 +03:00
pgindent run before PG 9.1 beta 1.
This commit is contained in:
@@ -842,8 +842,8 @@ fmgr_sql_validator(PG_FUNCTION_ARGS)
|
||||
if (!haspolyarg)
|
||||
{
|
||||
/*
|
||||
* OK to do full precheck: analyze and rewrite the queries,
|
||||
* then verify the result type.
|
||||
* OK to do full precheck: analyze and rewrite the queries, then
|
||||
* verify the result type.
|
||||
*/
|
||||
SQLFunctionParseInfoPtr pinfo;
|
||||
|
||||
@@ -858,7 +858,7 @@ fmgr_sql_validator(PG_FUNCTION_ARGS)
|
||||
|
||||
querytree_sublist = pg_analyze_and_rewrite_params(parsetree,
|
||||
prosrc,
|
||||
(ParserSetupHook) sql_fn_parser_setup,
|
||||
(ParserSetupHook) sql_fn_parser_setup,
|
||||
pinfo);
|
||||
querytree_list = list_concat(querytree_list,
|
||||
querytree_sublist);
|
||||
|
||||
Reference in New Issue
Block a user