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 3ace845 commit dce83e7Copy full SHA for dce83e7
src/backend/access/hash/hashpage.c
@@ -8,7 +8,7 @@
8
*
9
10
* IDENTIFICATION
11
- * $PostgreSQL: pgsql/src/backend/access/hash/hashpage.c,v 1.50 2005/06/09 18:23:50 tgl Exp $
+ * $PostgreSQL: pgsql/src/backend/access/hash/hashpage.c,v 1.51 2005/06/09 21:01:25 tgl Exp $
12
13
* NOTES
14
* Postgres hash pages look like ordinary relation pages. The opaque
@@ -30,6 +30,7 @@
30
31
#include "access/genam.h"
32
#include "access/hash.h"
33
+#include "miscadmin.h"
34
#include "storage/lmgr.h"
35
#include "utils/lsyscache.h"
36
0 commit comments