1
0
mirror of https://github.com/postgres/postgres.git synced 2025-05-01 01:04:50 +03:00

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 08748b95e7
commit 62ba0c12e5

View 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 */