diff options
author | Magnus Hagander <magnus@hagander.net> | 2017-06-02 11:18:24 +0200 |
---|---|---|
committer | Magnus Hagander <magnus@hagander.net> | 2017-06-02 11:18:24 +0200 |
commit | acbd8375e954774181b673a31b814e9d46f436a5 (patch) | |
tree | 9a11b98ca61908bb8ab6771519138f0f628509f7 | |
parent | 483373979b17f10b2dfa4b12e68c3b961a9f8454 (diff) | |
download | postgresql-acbd8375e954774181b673a31b814e9d46f436a5.tar.gz postgresql-acbd8375e954774181b673a31b814e9d46f436a5.zip |
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 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) |