]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
Remove obsolete comment in AtEOXact_Inval
authorDaniel Gustafsson <dgustafsson@postgresql.org>
Mon, 18 May 2026 15:43:12 +0000 (08:43 -0700)
committerDaniel Gustafsson <dgustafsson@postgresql.org>
Mon, 18 May 2026 15:43:12 +0000 (08:43 -0700)
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

src/backend/utils/cache/inval.c

index d59216b28f16baa3a200c7d1ae3ed07558e0dc2a..efc8b7b912239c58ce83c0fb83a4e80f4072e733 100644 (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)