projects
/
users
/
andresfreund
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9e22dd3
)
bdr: fix idiotic bdr-drops merge mistaek
author
Alvaro Herrera
<
[email protected]
>
Tue, 8 Apr 2014 20:51:35 +0000
(17:51 -0300)
committer
Andres Freund
<
[email protected]
>
Thu, 3 Jul 2014 15:55:24 +0000
(17:55 +0200)
contrib/bdr/bdr_apply.c
patch
|
blob
|
blame
|
history
diff --git
a/contrib/bdr/bdr_apply.c
b/contrib/bdr/bdr_apply.c
index 65bc570ef4949986a93eb215d8b8aa6d2b5d50bc..b6d3758916ff9e7c43deb1de6b8b464dbfd1718d 100644
(file)
--- a/
contrib/bdr/bdr_apply.c
+++ b/
contrib/bdr/bdr_apply.c
@@
-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);