mirror of
https://github.com/postgres/postgres.git
synced 2025-11-04 20:11:56 +03:00
Fix typos in comments
The changes done in this commit impact comments with no direct user-visible changes, with fixes for incorrect function, variable or structure names. Author: Alexander Lakhin Discussion: https://postgr.es/m/e8c38840-596a-83d6-bd8d-cebc51111572@gmail.com
This commit is contained in:
@@ -317,7 +317,7 @@
|
||||
|
||||
/*
|
||||
* Recover memory used for relcache entries when invalidated. See
|
||||
* RelationBuildDescr() in src/backend/utils/cache/relcache.c.
|
||||
* RelationBuildDesc() in src/backend/utils/cache/relcache.c.
|
||||
*
|
||||
* This is active automatically for clobber-cache builds when clobbering is
|
||||
* active, but can be overridden here by explicitly defining
|
||||
|
||||
Reference in New Issue
Block a user