Skip to content
Snippets Groups Projects
Commit 5a348fe0 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 55f100ef
No related branches found
No related tags found
No related merge requests found
......@@ -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 */
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