bdr: fix idiotic bdr-drops merge mistaek
authorAlvaro Herrera <[email protected]>
Tue, 8 Apr 2014 20:51:35 +0000 (17:51 -0300)
committerAndres Freund <[email protected]>
Thu, 3 Jul 2014 15:55:24 +0000 (17:55 +0200)
contrib/bdr/bdr_apply.c

index 65bc570ef4949986a93eb215d8b8aa6d2b5d50bc..b6d3758916ff9e7c43deb1de6b8b464dbfd1718d 100644 (file)
@@ -587,7 +587,7 @@ process_remote_insert(StringInfo s)
        }
    }
    else if (RelationGetRelid(rel) == QueuedDropsRelid)
-       process_queued_drop(tup);
+       process_queued_drop(slot->tts_tuple);
 
    ExecResetTupleTable(estate->es_tupleTable, true);
    FreeExecutorState(estate);