diff options
Diffstat (limited to 'src/backend/catalog/catalog.c')
-rw-r--r-- | src/backend/catalog/catalog.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/catalog/catalog.c b/src/backend/catalog/catalog.c index 35ebb0ccda4..60000bd0bc7 100644 --- a/src/backend/catalog/catalog.c +++ b/src/backend/catalog/catalog.c @@ -143,7 +143,7 @@ IsCatalogRelationOid(Oid relid) * * The relcache must not use these indexes. Inserting into any UNIQUE * index compares index keys while holding BUFFER_LOCK_EXCLUSIVE. - * bttextcmp() can search the COLLID catcache. Depending on concurrent + * bttextcmp() can search the COLLOID catcache. Depending on concurrent * invalidation traffic, catcache can reach relcache builds. A backend * would self-deadlock on LWLocks if the relcache build read the * exclusive-locked buffer. |