From 095e6c5a7da10db77d0e43e413fca64c946ad370 Mon Sep 17 00:00:00 2001 From: Alvaro Herrera Date: Tue, 28 Aug 2012 09:46:08 -0400 Subject: [PATCH] syncrep.h must include xlogdefs.h --- src/include/replication/syncrep.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/include/replication/syncrep.h b/src/include/replication/syncrep.h index 74820cbbb4..5635621600 100644 --- a/src/include/replication/syncrep.h +++ b/src/include/replication/syncrep.h @@ -13,6 +13,7 @@ #ifndef _SYNCREP_H #define _SYNCREP_H +#include "access/xlogdefs.h" #include "utils/guc.h" #define SyncRepRequested() \ -- 2.40.0