projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
281a724
)
Fix breakage caused by conflicting patches, as evidenced by the buildfarm.
author
Alvaro Herrera
<
[email protected]
>
Sun, 8 Jun 2008 23:16:43 +0000
(23:16 +0000)
committer
Alvaro Herrera
<
[email protected]
>
Sun, 8 Jun 2008 23:16:43 +0000
(23:16 +0000)
src/backend/access/index/genam.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/access/index/genam.c
b/src/backend/access/index/genam.c
index 301062951b6dca8d0fe91191193e90e926c6a118..59e6cc32db5adc2e0536991935b06e9bf5f2d24c 100644
(file)
--- a/
src/backend/access/index/genam.c
+++ b/
src/backend/access/index/genam.c
@@
-8,7
+8,7
@@
*
*
* IDENTIFICATION
- * $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 $
*
* NOTES
* many of the old access method routines have been turned into
@@
-24,6
+24,7
@@
#include "access/transam.h"
#include "miscadmin.h"
#include "pgstat.h"
+#include "storage/bufmgr.h"
#include "utils/tqual.h"