summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMagnus Hagander <magnus@hagander.net>2013-07-07 13:36:20 +0200
committerMagnus Hagander <magnus@hagander.net>2013-07-07 13:39:07 +0200
commit9a785aca873d79f886c4091456122bcba1ac0388 (patch)
treeaa5c29504d888e9dc88d8c9cc693451e5a55e44b /src
parent6b51f659c051167ae20b33c373451bb69e403ab7 (diff)
Fix include-guard
Looks like a cut/paste error in the original addition of the file. Andres Freund
Diffstat (limited to 'src')
-rw-r--r--src/include/utils/attoptcache.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/include/utils/attoptcache.h b/src/include/utils/attoptcache.h
index 017bcbd91ec..b17504a7f47 100644
--- a/src/include/utils/attoptcache.h
+++ b/src/include/utils/attoptcache.h
@@ -10,8 +10,8 @@
*
*-------------------------------------------------------------------------
*/
-#ifndef SPCCACHE_H
-#define SPCCACHE_H
+#ifndef ATTOPTCACHE_H
+#define ATTOPTCACHE_H
/*
* Attribute options.
@@ -25,4 +25,4 @@ typedef struct AttributeOpts
AttributeOpts *get_attribute_options(Oid spcid, int attnum);
-#endif /* SPCCACHE_H */
+#endif /* ATTOPTCACHE_H */