mirror of
https://github.com/postgres/postgres.git
synced 2025-11-22 12:22:45 +03:00
pgindent run for 9.0, second run
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
*
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* $PostgreSQL: pgsql/src/backend/catalog/pg_proc.c,v 1.175 2010/05/11 04:52:28 itagaki Exp $
|
||||
* $PostgreSQL: pgsql/src/backend/catalog/pg_proc.c,v 1.176 2010/07/06 19:18:56 momjian Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
@@ -629,7 +629,7 @@ ProcedureCreate(const char *procedureName,
|
||||
|
||||
/* Set per-function configuration parameters */
|
||||
set_items = (ArrayType *) DatumGetPointer(proconfig);
|
||||
if (set_items) /* Need a new GUC nesting level */
|
||||
if (set_items) /* Need a new GUC nesting level */
|
||||
{
|
||||
save_nestlevel = NewGUCNestLevel();
|
||||
ProcessGUCArray(set_items,
|
||||
@@ -638,7 +638,7 @@ ProcedureCreate(const char *procedureName,
|
||||
GUC_ACTION_SAVE);
|
||||
}
|
||||
else
|
||||
save_nestlevel = 0; /* keep compiler quiet */
|
||||
save_nestlevel = 0; /* keep compiler quiet */
|
||||
|
||||
OidFunctionCall1(languageValidator, ObjectIdGetDatum(retval));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user