mirror of
https://github.com/postgres/postgres.git
synced 2026-04-20 22:00:13 -04: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
55f100efc6
commit
5a348fe077
1 changed files with 3 additions and 3 deletions
|
|
@ -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…
Reference in a new issue