]> granicus.if.org Git - postgresql/commitdiff
Fix unnoticed variable shadowing in previous commit
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Wed, 1 Aug 2018 21:04:57 +0000 (17:04 -0400)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Wed, 1 Aug 2018 21:04:57 +0000 (17:04 -0400)
Per buildfarm.

src/backend/executor/execPartition.c

index d211e42abb88420061d5893747a4fe3830157236..11b7e67e4d6ca41b8c56ac6739ad900c1c7b0ee6 100644 (file)
@@ -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;