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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy