Location via proxy:
[ UP ]
[Report a bug]
[Manage cookies]
No cookies
No scripts
No ads
No referrer
Show this form
projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6dc4e62
)
Fix include-guard
author
Magnus Hagander
<magnus@hagander.net>
Sun, 7 Jul 2013 11:36:20 +0000
(13:36 +0200)
committer
Magnus Hagander
<magnus@hagander.net>
Sun, 7 Jul 2013 11:38:57 +0000
(13:38 +0200)
Looks like a cut/paste error in the original addition of the file.
Andres Freund
src/include/utils/attoptcache.h
patch
|
blob
|
blame
|
history
diff --git
a/src/include/utils/attoptcache.h
b/src/include/utils/attoptcache.h
index 053e7ae691698b935c767d05c8aaa93db271ac61..58d25aa31a036a8b28f721770e0ba4d772729902 100644
(file)
--- a/
src/include/utils/attoptcache.h
+++ b/
src/include/utils/attoptcache.h
@@
-10,8
+10,8
@@
*
*-------------------------------------------------------------------------
*/
-#ifndef
SPC
CACHE_H
-#define
SPC
CACHE_H
+#ifndef
ATTOPT
CACHE_H
+#define
ATTOPT
CACHE_H
/*
* Attribute options.
@@
-25,4
+25,4
@@
typedef struct AttributeOpts
AttributeOpts *get_attribute_options(Oid spcid, int attnum);
-#endif /*
SPC
CACHE_H */
+#endif /*
ATTOPT
CACHE_H */