summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMagnus Hagander2017-06-02 09:18:24 +0000
committerMagnus Hagander2017-06-02 09:18:24 +0000
commitacbd8375e954774181b673a31b814e9d46f436a5 (patch)
tree9a11b98ca61908bb8ab6771519138f0f628509f7
parent483373979b17f10b2dfa4b12e68c3b961a9f8454 (diff)
Fix copy/paste mistake in comment
Amit Langote
-rw-r--r--src/backend/utils/cache/attoptcache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/utils/cache/attoptcache.c b/src/backend/utils/cache/attoptcache.c
index f7f85b53db..4b30e6bc62 100644
--- a/src/backend/utils/cache/attoptcache.c
+++ b/src/backend/utils/cache/attoptcache.c
@@ -71,7 +71,7 @@ InvalidateAttoptCacheCallback(Datum arg, int cacheid, uint32 hashvalue)
/*
* InitializeAttoptCache
- * Initialize the tablespace cache.
+ * Initialize the attribute options cache.
*/
static void
InitializeAttoptCache(void)