projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4833739
)
Fix copy/paste mistake in comment
author
Magnus Hagander
Fri, 2 Jun 2017 09:18:24 +0000
(11:18 +0200)
committer
Magnus Hagander
Fri, 2 Jun 2017 09:18:24 +0000
(11:18 +0200)
Amit Langote
src/backend/utils/cache/attoptcache.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/utils/cache/attoptcache.c
b/src/backend/utils/cache/attoptcache.c
index f7f85b53db249c1e1ff54dc82434074379218b83..4b30e6bc624c01604f2538938d3351fd969ab1ce 100644
(file)
--- 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)