Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 5a348fe

Browse files
committed
Fix include-guard
Looks like a cut/paste error in the original addition of the file. Andres Freund
1 parent 55f100e commit 5a348fe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/include/utils/attoptcache.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
*
1111
*-------------------------------------------------------------------------
1212
*/
13-
#ifndef SPCCACHE_H
14-
#define SPCCACHE_H
13+
#ifndef ATTOPTCACHE_H
14+
#define ATTOPTCACHE_H
1515

1616
/*
1717
* Attribute options.
@@ -25,4 +25,4 @@ typedef struct AttributeOpts
2525

2626
AttributeOpts *get_attribute_options(Oid spcid, int attnum);
2727

28-
#endif /* SPCCACHE_H */
28+
#endif /* ATTOPTCACHE_H */

0 commit comments

Comments
 (0)