mirror of
https://github.com/postgres/postgres.git
synced 2025-07-08 11:42:09 +03:00
Fix code indentation violations introduced by recent commit
The two culprit commits are5765cfe
and5e0c761
. Per buildfarm member koel for the first commit, while I have noticed the second one in passing.
This commit is contained in:
@ -670,6 +670,7 @@ fmgr_security_definer(PG_FUNCTION_ARGS)
|
|||||||
if (!isnull)
|
if (!isnull)
|
||||||
{
|
{
|
||||||
ArrayType *array;
|
ArrayType *array;
|
||||||
|
|
||||||
oldcxt = MemoryContextSwitchTo(fcinfo->flinfo->fn_mcxt);
|
oldcxt = MemoryContextSwitchTo(fcinfo->flinfo->fn_mcxt);
|
||||||
array = DatumGetArrayTypeP(datum);
|
array = DatumGetArrayTypeP(datum);
|
||||||
TransformGUCArray(array, &fcache->configNames,
|
TransformGUCArray(array, &fcache->configNames,
|
||||||
|
Reference in New Issue
Block a user