Kouhei Sutou
null+****@clear*****
Mon Oct 24 10:08:13 JST 2016
Kouhei Sutou 2016-10-24 10:08:13 +0900 (Mon, 24 Oct 2016) New Revision: 8ec9f4b9d2a008d56bdd89dc441d90dfc2b12743 https://github.com/pgroonga/pgroonga/commit/8ec9f4b9d2a008d56bdd89dc441d90dfc2b12743 Message: Fix build error on PostgreSQL < 9.6 Modified files: src/pgrn_xlog.c Modified: src/pgrn_xlog.c (+5 -5) =================================================================== --- src/pgrn_xlog.c 2016-10-24 00:05:05 +0900 (dda9ed9) +++ src/pgrn_xlog.c 2016-10-24 10:08:13 +0900 (37f927a) @@ -5,11 +5,6 @@ #include "pgrn_global.h" #include "pgrn_xlog.h" -#include <storage/bufmgr.h> -#include <storage/bufpage.h> -#include <storage/lmgr.h> -#include <storage/lockdefs.h> - static bool PGrnXLogEnabled = false; bool @@ -32,6 +27,11 @@ PGrnXLogDisable(void) #ifdef PGRN_SUPPORT_XLOG # include <access/generic_xlog.h> +# include <storage/bufmgr.h> +# include <storage/bufpage.h> +# include <storage/lmgr.h> +# include <storage/lockdefs.h> + # include <msgpack.h> #endif -------------- next part -------------- HTML����������������������������...Download