Skip to content

Commit 053d560

Browse files
committed
tail -> head
1 parent 25b2026 commit 053d560

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/access/transam/twophase.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2219,7 +2219,7 @@ KnownPreparedAdd(XLogReaderState *record)
22192219
xact->prepare_start_lsn = record->ReadRecPtr;
22202220
xact->prepare_end_lsn = record->EndRecPtr;
22212221

2222-
dlist_push_tail(&KnownPreparedList, &xact->list_node);
2222+
dlist_push_head(&KnownPreparedList, &xact->list_node);
22232223
}
22242224

22252225
/*

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