Re: remove obsolete comment in AtEOXact_Inval

2025-10-26 Thread Chao Li
> 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-

remove obsolete comment in AtEOXact_Inval

2025-10-26 Thread Steven Niu
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