mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-04-06 20:31:03 +08:00
Fix bad indentation introduced in commit d47cbf474
Per buildfarm member koel
This commit is contained in:
parent
d47cbf474e
commit
76aa615943
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user