From b58c0411bad414a5dbde8b38f615867c68adf55c Mon Sep 17 00:00:00 2001 From: "Vadim B. Mikheev" Date: Fri, 20 Oct 2000 11:01:21 +0000 Subject: redo/undo support functions and cleanups. --- src/include/storage/bufpage.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/include/storage/bufpage.h') diff --git a/src/include/storage/bufpage.h b/src/include/storage/bufpage.h index 58ba61f68d8..85e51122f9c 100644 --- a/src/include/storage/bufpage.h +++ b/src/include/storage/bufpage.h @@ -7,7 +7,7 @@ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: bufpage.h,v 1.32 2000/09/07 09:58:36 vadim Exp $ + * $Id: bufpage.h,v 1.33 2000/10/20 11:01:21 vadim Exp $ * *------------------------------------------------------------------------- */ @@ -20,6 +20,7 @@ #include "storage/itemid.h" #include "storage/off.h" #include "storage/page.h" +#include "access/xlog.h" /* * a postgres disk page is an abstraction layered on top of a postgres -- cgit v1.2.3