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

Commit 87cde70

Browse files
committed
Set xactStartTimestamp for ATX
1 parent dd77f55 commit 87cde70

File tree

1 file changed

+1
-0
lines changed
  • src/backend/access/transam

1 file changed

+1
-0
lines changed

src/backend/access/transam/xact.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3537,6 +3537,7 @@ void SuspendTransaction(void)
35373537
sus->xactStartTimestamp = xactStartTimestamp;
35383538
sus->stmtStartTimestamp = stmtStartTimestamp;
35393539
sus->xactStopTimestamp = xactStopTimestamp;
3540+
xactStartTimestamp = stmtStartTimestamp;
35403541

35413542
sus->prepareGID = prepareGID;
35423543
sus->forceSyncCommit = forceSyncCommit;

0 commit comments

Comments
 (0)