Remove obsolete comment in AtEOXact_Inval

This comment was originally added to RegisterInvalid() in POSTGRES before
Postgres95, and came in via the Postgres95 import.  It has been obsolote
for quite some time so remove.

Author: Steven Niu <niushiji@highgo.com>
Reviewed-by: Chao Li <li.evan.chao@gmail.com>
Reviewed-by: Daniel Gustafsson <daniel@yesql.se>
Discussion: https://postgr.es/m/MN2PR15MB30219837B2381AE2518A4C45A7FCA@MN2PR15MB3021.namprd15.prod.outlook.com
This commit is contained in:
Daniel Gustafsson 2026-05-18 08:43:12 -07:00
parent e04910a9a2
commit 15b140d465

View file

@ -1191,9 +1191,6 @@ ProcessCommittedInvalidationMessages(SharedInvalidationMessage *msgs,
* In any case, reset our state to empty. We need not physically
* free memory here, since TopTransactionContext is about to be emptied
* anyway.
*
* Note:
* This should be called as the last step in processing a transaction.
*/
void
AtEOXact_Inval(bool isCommit)