mirror of
https://github.com/postgres/postgres.git
synced 2025-05-02 11:44: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:
parent
08748b95e7
commit
62ba0c12e5
@ -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 */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user