diff options
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/utils/snapmgr.h (renamed from src/include/utils/snapmgmt.h) | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/include/utils/snapmgmt.h b/src/include/utils/snapmgr.h index 349523ea2e1..c76c70feaac 100644 --- a/src/include/utils/snapmgmt.h +++ b/src/include/utils/snapmgr.h @@ -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 */ |