From: Magnus Hagander Date: Fri, 2 Jun 2017 09:18:24 +0000 (+0200) Subject: Fix copy/paste mistake in comment X-Git-Tag: REL_10_BETA2~250 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=acbd8375e954774181b673a31b814e9d46f436a5;p=thirdparty%2Fpostgresql.git Fix copy/paste mistake in comment Amit Langote --- 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)