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 9d18793 commit deef313Copy full SHA for deef313
src/include/storage/buf_internals.h
@@ -6,7 +6,7 @@
6
*
7
* Copyright (c) 1994, Regents of the University of California
8
9
- * $Id: buf_internals.h,v 1.8 1997/01/16 07:53:26 vadim Exp $
+ * $Id: buf_internals.h,v 1.9 1997/01/20 04:06:13 vadim Exp $
10
11
* NOTE
12
* If BUFFERPAGE0 is defined, then 0 will be used as a
@@ -38,6 +38,7 @@ extern int Num_Descriptors;
38
#define BM_FREE (1 << 4)
39
#define BM_IO_IN_PROGRESS (1 << 5)
40
#define BM_IO_ERROR (1 << 6)
41
+#define BM_JUST_DIRTIED (1 << 7)
42
43
typedef bits16 BufFlags;
44
0 commit comments