diff options
author | Magnus Hagander | 2017-06-02 09:18:24 +0000 |
---|---|---|
committer | Magnus Hagander | 2017-06-02 09:18:24 +0000 |
commit | acbd8375e954774181b673a31b814e9d46f436a5 (patch) | |
tree | 9a11b98ca61908bb8ab6771519138f0f628509f7 | |
parent | 483373979b17f10b2dfa4b12e68c3b961a9f8454 (diff) |
Fix copy/paste mistake in comment
Amit Langote
-rw-r--r-- | src/backend/utils/cache/attoptcache.c | 2 |
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) |