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

Commit d3ba3c9

Browse files
committed
re-enable filtering of prepared records
1 parent 53c05a9 commit d3ba3c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/mmts/multimaster.c

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

0 commit comments

Comments
 (0)