projects
/
users
/
kgrittn
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
748d338
)
Fix the #define name missed in file rename of predicate_internals.h
author
Kevin Grittner
<
[email protected]
>
Thu, 2 Dec 2010 00:02:21 +0000
(18:02 -0600)
committer
Kevin Grittner
<
[email protected]
>
Thu, 2 Dec 2010 00:02:21 +0000
(18:02 -0600)
src/include/storage/predicate_internals.h
patch
|
blob
|
blame
|
history
diff --git
a/src/include/storage/predicate_internals.h
b/src/include/storage/predicate_internals.h
index ffa93e903d9bb55a4725cf93378b0f155aa17392..bb1a66d2fc7e9ed3b117418e2d26b0a9d8a56b48 100644
(file)
--- a/
src/include/storage/predicate_internals.h
+++ b/
src/include/storage/predicate_internals.h
@@
-11,8
+11,8
@@
*
*-------------------------------------------------------------------------
*/
-#ifndef PREDICATE_INTERNAL_H
-#define PREDICATE_INTERNAL_H
+#ifndef PREDICATE_INTERNAL
S
_H
+#define PREDICATE_INTERNAL
S
_H
#include "storage/lock.h"
@@
-385,4
+385,4
@@
typedef SERIALIZABLEXACT *SERIALIZABLEXACTPtr;
extern PredicateLockData *GetPredicateLockStatusData(void);
-#endif /* PREDICATE_INTERNAL_H */
+#endif /* PREDICATE_INTERNAL
S
_H */