Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit5a348fe

Browse files
committed
Fix include-guard
Looks like a cut/paste error in the original addition of the file.Andres Freund
1 parent55f100e commit5a348fe

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-
#ifndefSPCCACHE_H
14-
#defineSPCCACHE_H
13+
#ifndefATTOPTCACHE_H
14+
#defineATTOPTCACHE_H
1515

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

2626
AttributeOpts*get_attribute_options(Oidspcid,intattnum);
2727

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

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp