Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitdce83e7

Browse files
committed
Add missing #include -- mea culpa.
1 parent3ace845 commitdce83e7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎src/backend/access/hash/hashpage.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
*
1010
* IDENTIFICATION
11-
* $PostgreSQL: pgsql/src/backend/access/hash/hashpage.c,v 1.50 2005/06/0918:23:50 tgl Exp $
11+
* $PostgreSQL: pgsql/src/backend/access/hash/hashpage.c,v 1.51 2005/06/0921:01:25 tgl Exp $
1212
*
1313
* NOTES
1414
* Postgres hash pages look like ordinary relation pages. The opaque
@@ -30,6 +30,7 @@
3030

3131
#include"access/genam.h"
3232
#include"access/hash.h"
33+
#include"miscadmin.h"
3334
#include"storage/lmgr.h"
3435
#include"utils/lsyscache.h"
3536

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp