Fix breakage caused by conflicting patches, as evidenced by the buildfarm.
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Sun, 8 Jun 2008 23:16:43 +0000 (23:16 +0000)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Sun, 8 Jun 2008 23:16:43 +0000 (23:16 +0000)
src/backend/access/index/genam.c

index 44f25a8847f86b6c9745081c57f4cf50fc8ee915..124d1f16290b7ef63465868a9b7e13f80fbb15dc 100644 (file)
@@ -24,6 +24,7 @@
 #include "access/transam.h"
 #include "miscadmin.h"
 #include "pgstat.h"
+#include "storage/bufmgr.h"
 #include "utils/tqual.h"