mirror of
https://github.com/postgres/postgres.git
synced 2025-04-27 22:56:53 +03: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);
|
&result);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Expression eval may have used space in ExprContext too.
|
* Expression eval may have used space in ExprContext too. Avoid
|
||||||
* Avoid accessing exec_context during initial pruning, as it is not
|
* accessing exec_context during initial pruning, as it is not valid
|
||||||
* valid at that stage.
|
* at that stage.
|
||||||
*/
|
*/
|
||||||
if (!initial_prune && pprune->exec_pruning_steps)
|
if (!initial_prune && pprune->exec_pruning_steps)
|
||||||
ResetExprContext(pprune->exec_context.exprcontext);
|
ResetExprContext(pprune->exec_context.exprcontext);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user