Fix include-guard

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

Andres Freund
This commit is contained in:
Magnus Hagander 2013-07-07 13:36:20 +02:00
parent 55f100efc6
commit 5a348fe077

View File

@ -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
AttributeOpts *get_attribute_options(Oid spcid, int attnum); AttributeOpts *get_attribute_options(Oid spcid, int attnum);
#endif /* SPCCACHE_H */ #endif /* ATTOPTCACHE_H */