From 1577b46b7c81e490cf5c8f0e90d0e5d0c09b5414 Mon Sep 17 00:00:00 2001 From: Alvaro Herrera Date: Wed, 28 Nov 2012 12:35:01 -0300 Subject: Split out rmgr rm_desc functions into their own files This is necessary (but not sufficient) to have them compilable outside of a backend environment. --- src/backend/access/transam/rmgr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/backend/access/transam/rmgr.c') diff --git a/src/backend/access/transam/rmgr.c b/src/backend/access/transam/rmgr.c index aafd73fbd5b..cc210a7e59c 100644 --- a/src/backend/access/transam/rmgr.c +++ b/src/backend/access/transam/rmgr.c @@ -17,7 +17,7 @@ #include "access/spgist.h" #include "access/xact.h" #include "access/xlog_internal.h" -#include "catalog/storage.h" +#include "catalog/storage_xlog.h" #include "commands/dbcommands.h" #include "commands/sequence.h" #include "commands/tablespace.h" -- cgit v1.2.3