aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>2014-12-13 18:21:25 +0200
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>2014-12-13 18:22:07 +0200
commit50f2c0687fabde9c665df66f77b464c539d927a9 (patch)
tree36e3b13a92da0718f8158dac8df21c60852e9c3c /src
parent1c5c70df45714f38c033bb1a272d8db4f2dc8a2f (diff)
downloadpostgresql-50f2c0687fabde9c665df66f77b464c539d927a9.tar.gz
postgresql-50f2c0687fabde9c665df66f77b464c539d927a9.zip
Remove duplicate #define
Mark Dilger
Diffstat (limited to 'src')
-rw-r--r--src/include/access/xlogrecord.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/include/access/xlogrecord.h b/src/include/access/xlogrecord.h
index 11ddfac9c7f..fbfad5ffba5 100644
--- 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 */