]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
Fix bad indentation introduced in commit d47cbf474
authorAmit Langote <amitlan@postgresql.org>
Fri, 31 Jan 2025 07:44:24 +0000 (16:44 +0900)
committerAmit Langote <amitlan@postgresql.org>
Fri, 31 Jan 2025 07:44:24 +0000 (16:44 +0900)
Per buildfarm member koel

src/backend/executor/execPartition.c

index 4e9c32cef1606c676ccae0f3dc228efad44a07cf..57245349cec62816a7792638ba398cdb6c4182fe 100644 (file)
@@ -2480,9 +2480,9 @@ ExecFindMatchingSubPlans(PartitionPruneState *prunestate,
                                                                           &result);
 
                /*
-                * Expression eval may have used space in ExprContext too.
-                * Avoid accessing exec_context during initial pruning, as it is not
-                * valid at that stage.
+                * Expression eval may have used space in ExprContext too. Avoid
+                * accessing exec_context during initial pruning, as it is not valid
+                * at that stage.
                 */
                if (!initial_prune && pprune->exec_pruning_steps)
                        ResetExprContext(pprune->exec_context.exprcontext);