Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 1dbbe99

Browse files
committed
re-enable filtering of prepared records
1 parent df81d91 commit 1dbbe99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

multimaster.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3723,7 +3723,7 @@ bool MtmFilterTransaction(char* record, int size)
37233723
switch (event)
37243724
{
37253725
case PGLOGICAL_PREPARE:
3726-
return false;
3726+
// return false;
37273727
case PGLOGICAL_PRECOMMIT_PREPARED:
37283728
case PGLOGICAL_ABORT_PREPARED:
37293729
gid = pq_getmsgstring(&s);

0 commit comments

Comments
 (0)