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 281a724 commit 7f15f8fCopy full SHA for 7f15f8f
src/backend/access/index/genam.c
@@ -8,7 +8,7 @@
8
*
9
10
* IDENTIFICATION
11
- * $PostgreSQL: pgsql/src/backend/access/index/genam.c,v 1.69 2008/06/08 22:41:04 tgl Exp $
+ * $PostgreSQL: pgsql/src/backend/access/index/genam.c,v 1.70 2008/06/08 23:16:43 alvherre Exp $
12
13
* NOTES
14
* many of the old access method routines have been turned into
@@ -24,6 +24,7 @@
24
#include "access/transam.h"
25
#include "miscadmin.h"
26
#include "pgstat.h"
27
+#include "storage/bufmgr.h"
28
#include "utils/tqual.h"
29
30
0 commit comments