mirror of
https://github.com/postgres/postgres.git
synced 2025-06-22 02:52:08 +03:00
Fix various typos and grammar errors in comments.
Author: Dmitriy Olshevskiy Discussion: 553D00A6.4090205@bk.ru
This commit is contained in:
2
src/backend/utils/cache/inval.c
vendored
2
src/backend/utils/cache/inval.c
vendored
@ -516,7 +516,7 @@ RegisterRelcacheInvalidation(Oid dbId, Oid relId)
|
||||
/*
|
||||
* RegisterSnapshotInvalidation
|
||||
*
|
||||
* Register a invalidation event for MVCC scans against a given catalog.
|
||||
* Register an invalidation event for MVCC scans against a given catalog.
|
||||
* Only needed for catalogs that don't have catcaches.
|
||||
*/
|
||||
static void
|
||||
|
Reference in New Issue
Block a user