Remove duplicate #define

Mark Dilger
pull/14/head
Heikki Linnakangas 11 years ago
parent 1c5c70df45
commit 50f2c0687f
  1. 3
      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 */

Loading…
Cancel
Save