Skip to content

Commit 7f15f8f

Browse files
committed
Fix breakage caused by conflicting patches, as evidenced by the buildfarm.
1 parent 281a724 commit 7f15f8f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/backend/access/index/genam.c

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
*
1010
* IDENTIFICATION
11-
* $PostgreSQL: pgsql/src/backend/access/index/genam.c,v 1.69 2008/06/08 22:41:04 tgl Exp $
11+
* $PostgreSQL: pgsql/src/backend/access/index/genam.c,v 1.70 2008/06/08 23:16:43 alvherre Exp $
1212
*
1313
* NOTES
1414
* many of the old access method routines have been turned into
@@ -24,6 +24,7 @@
2424
#include "access/transam.h"
2525
#include "miscadmin.h"
2626
#include "pgstat.h"
27+
#include "storage/bufmgr.h"
2728
#include "utils/tqual.h"
2829

2930

0 commit comments

Comments
 (0)