mirror of
https://github.com/postgres/postgres.git
synced 2026-06-11 01:30:11 -04:00
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:
parent
e04910a9a2
commit
15b140d465
1 changed files with 0 additions and 3 deletions
3
src/backend/utils/cache/inval.c
vendored
3
src/backend/utils/cache/inval.c
vendored
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue