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

Commit e30e4eb

Browse files
author
Marina Polyakova
committed
Merge remote-tracking branch 'origin/ee14-PGPRO-6310' into pg-14-dev-notests
2 parents 74c2304 + ad16e8b commit e30e4eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dmq.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1443,7 +1443,7 @@ dmq_receiver_loop(PG_FUNCTION_ARGS)
14431443
extra = dmq_receiver_start_hook(sender_name);
14441444

14451445
/* do not hold globalxmin. XXX: try to carefully release snaps */
1446-
MyProc->xmin = InvalidTransactionId;
1446+
pg_atomic_write_u64(&MyProc->xmin, InvalidTransactionId);
14471447

14481448
for (;;)
14491449
{

0 commit comments

Comments
 (0)