From 30659d43eb73272e20f2eb1d785a07ba3b553ed8 Mon Sep 17 00:00:00 2001 From: "Vadim B. Mikheev" Date: Mon, 27 Sep 1999 15:48:12 +0000 Subject: Transaction log manager core code. It doesn't work currently but also don't break anything -:) --- src/include/storage/proc.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/include/storage/proc.h') diff --git a/src/include/storage/proc.h b/src/include/storage/proc.h index d28e936b33..44a5fbd313 100644 --- a/src/include/storage/proc.h +++ b/src/include/storage/proc.h @@ -6,13 +6,14 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: proc.h,v 1.26 1999/09/24 00:25:27 tgl Exp $ + * $Id: proc.h,v 1.27 1999/09/27 15:48:06 vadim Exp $ * *------------------------------------------------------------------------- */ #ifndef _PROC_H_ #define _PROC_H_ +#include "access/xlog.h" #include "storage/lock.h" typedef struct @@ -47,7 +48,7 @@ typedef struct proc TransactionId xmin; /* minimal running XID as it was when we * were starting our xact: vacuum must not * remove tuples deleted by xid >= xmin ! */ - + XLogRecPtr logRec; LOCK *waitLock; /* Lock we're sleeping on ... */ int token; /* type of lock we sleeping for */ int holdLock; /* while holding these locks */ -- cgit v1.2.1