]> granicus.if.org Git - postgresql/commitdiff
Fix include-guard
authorMagnus Hagander <magnus@hagander.net>
Sun, 7 Jul 2013 11:36:20 +0000 (13:36 +0200)
committerMagnus Hagander <magnus@hagander.net>
Sun, 7 Jul 2013 11:39:07 +0000 (13:39 +0200)
Looks like a cut/paste error in the original addition of the file.

Andres Freund

src/include/utils/attoptcache.h

index 017bcbd91ec91a43c62abf1e1f432b3ee852352b..b17504a7f4755a81765ec370bf8d764089d44766 100644 (file)
@@ -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 */