projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1c5c70d
)
Remove duplicate #define
author
Heikki Linnakangas
Sat, 13 Dec 2014 16:21:25 +0000
(18:21 +0200)
committer
Heikki Linnakangas
Sat, 13 Dec 2014 16:22:07 +0000
(18:22 +0200)
Mark Dilger
src/include/access/xlogrecord.h
patch
|
blob
|
blame
|
history
diff --git
a/src/include/access/xlogrecord.h
b/src/include/access/xlogrecord.h
index 11ddfac9c7ff503670ffb2406ffee65375a6b5c0..fbfad5ffba5a05b17cb6259393fd267660de7bed 100644
(file)
--- a/
src/include/access/xlogrecord.h
+++ b/
src/include/access/xlogrecord.h
@@
-174,7
+174,4
@@
typedef struct XLogRecordDataHeaderLong
#define XLR_BLOCK_ID_DATA_SHORT 255
#define XLR_BLOCK_ID_DATA_LONG 254
-#define SizeOfXLogRecordDataHeaderLong (sizeof(uint8) + sizeof(uint32))
-
-
#endif /* XLOGRECORD_H */