projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d47cbf4
)
Fix bad indentation introduced in commit d47cbf474
author
Amit Langote
<
[email protected]
>
Fri, 31 Jan 2025 07:44:24 +0000
(16:44 +0900)
committer
Amit Langote
<
[email protected]
>
Fri, 31 Jan 2025 07:44:24 +0000
(16:44 +0900)
Per buildfarm member koel
src/backend/executor/execPartition.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/executor/execPartition.c
b/src/backend/executor/execPartition.c
index 4e9c32cef1606c676ccae0f3dc228efad44a07cf..57245349cec62816a7792638ba398cdb6c4182fe 100644
(file)
--- a/
src/backend/executor/execPartition.c
+++ b/
src/backend/executor/execPartition.c
@@
-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);