Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit9319611

Browse files
CherkashinSergeyza-arthur
authored andcommitted
Clear LastHSeqStatus when subtransaction ends
1 parenta6948c3 commit9319611

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

‎pg_variables.c‎

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2124,6 +2124,7 @@ pgvSubTransCallback(SubXactEvent event, SubTransactionId mySubid,
21242124
break;
21252125
}
21262126
}
2127+
LastHSeqStatus=NULL;
21272128
}
21282129

21292130
/*
@@ -2152,10 +2153,7 @@ pgvTransCallback(XactEvent event, void *arg)
21522153
break;
21532154
}
21542155
}
2155-
2156-
if (event==XACT_EVENT_PARALLEL_ABORT||event==XACT_EVENT_ABORT)
2157-
if (LastHSeqStatus)
2158-
LastHSeqStatus=NULL;
2156+
LastHSeqStatus=NULL;
21592157
}
21602158

21612159
/*

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp