From 7bafd490c120650225c4474b25b0c455f2a06679 Mon Sep 17 00:00:00 2001 From: Ian Barwick Date: Thu, 8 Jan 2015 16:59:10 +0900 Subject: [PATCH] Remove #define for pre-9.3 versions --- repmgrd.c | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/repmgrd.c b/repmgrd.c index 634cf5f7..8f05f277 100644 --- a/repmgrd.c +++ b/repmgrd.c @@ -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