projects
/
users
/
rhaas
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
efc08df
)
HASH_METAPAGE -> METAPAGE_BLKNO
author
Robert Haas
<rhaas@postgresql.org>
Tue, 12 Jun 2012 19:25:28 +0000
(15:25 -0400)
committer
Robert Haas
<rhaas@postgresql.org>
Thu, 14 Jun 2012 14:33:05 +0000
(10:33 -0400)
src/include/access/hash.h
patch
|
blob
|
blame
|
history
diff --git
a/src/include/access/hash.h
b/src/include/access/hash.h
index 5850ea4b49cf3f092b105f943da5aa86dd539698..f31b17000ea685733a882c927cfd009bab0a6521 100644
(file)
--- a/
src/include/access/hash.h
+++ b/
src/include/access/hash.h
@@
-114,7
+114,7
@@
typedef HashScanOpaqueData *HashScanOpaque;
* Definitions for metapage.
*/
-#define HASH_METAPAGE
0
/* metapage is always block 0 */
+#define HASH_METAPAGE
METAPAGE_BLKNO
/* metapage is always block 0 */
#define HASH_MAGIC 0x6440640
#define HASH_VERSION 2 /* 2 signifies only hash key value is stored */