Remove #define for pre-9.3 versions

This commit is contained in:
Ian Barwick
2015-01-08 16:59:10 +09:00
parent 7c15176646
commit 7bafd490c1

View File

@@ -39,16 +39,6 @@
#include "access/xlogdefs.h"
#include "libpq/pqsignal.h"
/*
* we do not export InvalidXLogRecPtr so we need to define it
* but since 9.3 it will be defined in xlogdefs.h which we include
* so better to ask if it's defined to be future proof
*/
#ifndef InvalidXLogRecPtr
const XLogRecPtr InvalidXLogRecPtr = {0, 0};
#endif
#define XLAssign(a, b) \
a = b