aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMagnus Hagander <magnus@hagander.net>2017-06-02 11:18:24 +0200
committerMagnus Hagander <magnus@hagander.net>2017-06-02 11:18:24 +0200
commitacbd8375e954774181b673a31b814e9d46f436a5 (patch)
tree9a11b98ca61908bb8ab6771519138f0f628509f7
parent483373979b17f10b2dfa4b12e68c3b961a9f8454 (diff)
downloadpostgresql-acbd8375e954774181b673a31b814e9d46f436a5.tar.gz
postgresql-acbd8375e954774181b673a31b814e9d46f436a5.zip
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 f7f85b53db2..4b30e6bc624 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)