Fix copy/paste mistake in comment
authorMagnus Hagander <magnus@hagander.net>
Fri, 2 Jun 2017 09:18:24 +0000 (11:18 +0200)
committerMagnus Hagander <magnus@hagander.net>
Fri, 2 Jun 2017 09:18:24 +0000 (11:18 +0200)
Amit Langote

src/backend/utils/cache/attoptcache.c

index f7f85b53db249c1e1ff54dc82434074379218b83..4b30e6bc624c01604f2538938d3351fd969ab1ce 100644 (file)
@@ -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)