aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMichael Paquier <michael@paquier.xyz>2021-01-13 10:32:21 +0900
committerMichael Paquier <michael@paquier.xyz>2021-01-13 10:32:21 +0900
commitfce7d0e6efbef304e81846c75eddf73099628d10 (patch)
treeb3f443e68a3e92be4a56119e2f9de40565d35837 /src
parentc6c4b37395b22f7e649234453a0aafe74d61b7e6 (diff)
downloadpostgresql-fce7d0e6efbef304e81846c75eddf73099628d10.tar.gz
postgresql-fce7d0e6efbef304e81846c75eddf73099628d10.zip
Fix routine name in comment of catcache.c
Author: Bharath Rupireddy Discussion: https://postgr.es/m/CALj2ACUDXLAkf_XxQO9tAUtnTNGi3Lmd8fANd+vBJbcHn1HoWA@mail.gmail.com
Diffstat (limited to 'src')
-rw-r--r--src/backend/utils/cache/catcache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/utils/cache/catcache.c b/src/backend/utils/cache/catcache.c
index ba957558670..fa2b49c676e 100644
--- a/src/backend/utils/cache/catcache.c
+++ b/src/backend/utils/cache/catcache.c
@@ -1128,7 +1128,7 @@ IndexScanOK(CatCache *cache, ScanKey cur_skey)
}
/*
- * SearchCatCacheInternal
+ * SearchCatCache
*
* This call searches a system cache for a tuple, opening the relation
* if necessary (on the first access to a particular cache).