Commit 5a348fe0 authored by Magnus Hagander's avatar Magnus Hagander

Fix include-guard

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

Andres Freund
parent 55f100ef
...@@ -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 */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment