|
|
|
@ -1,17 +1,17 @@ |
|
|
|
|
/*-------------------------------------------------------------------------
|
|
|
|
|
* |
|
|
|
|
* snapmgmt.h |
|
|
|
|
* POSTGRES snapshot management definitions |
|
|
|
|
* snapmgr.h |
|
|
|
|
* POSTGRES snapshot manager |
|
|
|
|
* |
|
|
|
|
* Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group |
|
|
|
|
* Portions Copyright (c) 1994, Regents of the University of California |
|
|
|
|
* |
|
|
|
|
* $PostgreSQL: pgsql/src/include/utils/snapmgmt.h,v 1.1 2008/03/26 16:20:48 alvherre Exp $ |
|
|
|
|
* $PostgreSQL: pgsql/src/include/utils/snapmgr.h,v 1.1 2008/03/26 18:48:59 alvherre Exp $ |
|
|
|
|
* |
|
|
|
|
*------------------------------------------------------------------------- |
|
|
|
|
*/ |
|
|
|
|
#ifndef SNAPMGMT_H |
|
|
|
|
#define SNAPMGMT_H |
|
|
|
|
#ifndef SNAPMGR_H |
|
|
|
|
#define SNAPMGR_H |
|
|
|
|
|
|
|
|
|
#include "utils/snapshot.h" |
|
|
|
|
|
|
|
|
@ -30,4 +30,4 @@ extern Snapshot CopySnapshot(Snapshot snapshot); |
|
|
|
|
extern void FreeSnapshot(Snapshot snapshot); |
|
|
|
|
extern void FreeXactSnapshot(void); |
|
|
|
|
|
|
|
|
|
#endif /* SNAPMGMT_H */ |
|
|
|
|
#endif /* SNAPMGR_H */ |