Skip to content
Snippets Groups Projects
Commit 62ba0c12 authored by Magnus Hagander's avatar Magnus Hagander
Browse files

Fix include-guard

Looks like a cut/paste error in the original addition of the file.

Andres Freund
parent 08748b95
No related branches found
No related tags found
No related merge requests found
...@@ -10,8 +10,8 @@ ...@@ -10,8 +10,8 @@
* *
*------------------------------------------------------------------------- *-------------------------------------------------------------------------
*/ */
#ifndef SPCCACHE_H #ifndef ATTOPTCACHE_H
#define SPCCACHE_H #define ATTOPTCACHE_H
/* /*
* Attribute options. * Attribute options.
...@@ -25,4 +25,4 @@ typedef struct AttributeOpts ...@@ -25,4 +25,4 @@ typedef struct AttributeOpts
AttributeOpts *get_attribute_options(Oid spcid, int attnum); AttributeOpts *get_attribute_options(Oid spcid, int attnum);
#endif /* SPCCACHE_H */ #endif /* ATTOPTCACHE_H */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment