mirror of
https://github.com/postgres/postgres.git
synced 2025-06-27 23:21:58 +03:00
pgindent run for release 9.3
This is the first run of the Perl-based pgindent script. Also update pgindent instructions.
This commit is contained in:
@ -1570,7 +1570,7 @@ SPI_result_code_string(int code)
|
||||
* CachedPlanSources.
|
||||
*
|
||||
* This is exported so that pl/pgsql can use it (this beats letting pl/pgsql
|
||||
* look directly into the SPIPlan for itself). It's not documented in
|
||||
* look directly into the SPIPlan for itself). It's not documented in
|
||||
* spi.sgml because we'd just as soon not have too many places using this.
|
||||
*/
|
||||
List *
|
||||
@ -1586,7 +1586,7 @@ SPI_plan_get_plan_sources(SPIPlanPtr plan)
|
||||
* return NULL. Caller is responsible for doing ReleaseCachedPlan().
|
||||
*
|
||||
* This is exported so that pl/pgsql can use it (this beats letting pl/pgsql
|
||||
* look directly into the SPIPlan for itself). It's not documented in
|
||||
* look directly into the SPIPlan for itself). It's not documented in
|
||||
* spi.sgml because we'd just as soon not have too many places using this.
|
||||
*/
|
||||
CachedPlan *
|
||||
@ -1971,7 +1971,7 @@ _SPI_execute_plan(SPIPlanPtr plan, ParamListInfo paramLI,
|
||||
stmt_list = pg_analyze_and_rewrite_params(parsetree,
|
||||
src,
|
||||
plan->parserSetup,
|
||||
plan->parserSetupArg);
|
||||
plan->parserSetupArg);
|
||||
}
|
||||
else
|
||||
{
|
||||
@ -1990,7 +1990,7 @@ _SPI_execute_plan(SPIPlanPtr plan, ParamListInfo paramLI,
|
||||
plan->parserSetup,
|
||||
plan->parserSetupArg,
|
||||
plan->cursor_options,
|
||||
false); /* not fixed result */
|
||||
false); /* not fixed result */
|
||||
}
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user