We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b74f61a commit 4038e86Copy full SHA for 4038e86
src/include/storage/bufpage.h
@@ -7,7 +7,7 @@
7
* Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
8
* Portions Copyright (c) 1994, Regents of the University of California
9
*
10
- * $Id: bufpage.h,v 1.50 2002/07/02 06:18:57 momjian Exp $
+ * $Id: bufpage.h,v 1.51 2002/08/06 19:37:10 tgl Exp $
11
12
*-------------------------------------------------------------------------
13
*/
@@ -122,11 +122,6 @@ typedef struct PageHeaderData
122
123
typedef PageHeaderData *PageHeader;
124
125
-typedef enum
126
-{
127
- ShufflePageManagerMode,
128
- OverwritePageManagerMode
129
-} PageManagerMode;
130
131
/* ----------------------------------------------------------------
132
* page support macros
0 commit comments