projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1c9bb02
)
Fix unnoticed variable shadowing in previous commit
author
Alvaro Herrera
Wed, 1 Aug 2018 21:04:57 +0000
(17:04 -0400)
committer
Alvaro Herrera
Wed, 1 Aug 2018 21:04:57 +0000
(17:04 -0400)
Per buildfarm.
src/backend/executor/execPartition.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/executor/execPartition.c
b/src/backend/executor/execPartition.c
index d211e42abb88420061d5893747a4fe3830157236..11b7e67e4d6ca41b8c56ac6739ad900c1c7b0ee6 100644
(file)
--- a/
src/backend/executor/execPartition.c
+++ b/
src/backend/executor/execPartition.c
@@
-215,7
+215,6
@@
ExecFindPartition(ResultRelInfo *resultRelInfo, PartitionDispatch *pd,
dispatch = pd[0];
while (true)
{
- TupleTableSlot *myslot = dispatch->tupslot;
TupleConversionMap *map = dispatch->tupmap;
int cur_index = -1;