Fix include-guard
Looks like a cut/paste error in the original addition of the file. Andres Freund
This commit is contained in:
parent
55f100efc6
commit
5a348fe077
@ -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 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user