> On Oct 27, 2025, at 10:43, Steven Niu wrote:
>
> Hi, Hackers,
>
> When I read the code, I noticed there is one line of comment in function
> AtEOXact_Inval() which is obviously obsolete.
>
> "This should be called as the last step in processing a transaction"
>
> Steven<0001-PATCH-
Hi, Hackers,
When I read the code, I noticed there is one line of comment in function
AtEOXact_Inval() which is obviously obsolete.
"This should be called as the last step in processing a transaction"
AtEOXact_Inval() is called in CommitTransaction() and AbortTransaction() and
there are ma