From 7854e07f25be3a3dfa9c94011a30767eca3c10ba Mon Sep 17 00:00:00 2001 From: Michael Paquier Date: Fri, 27 Dec 2019 08:09:00 +0900 Subject: Revert "Rename files and headers related to index AM" This follows multiple complains from Peter Geoghegan, Andres Freund and Alvaro Herrera that this issue ought to be dug more before actually happening, if it happens. Discussion: https://postgr.es/m/20191226144606.GA5659@alvherre.pgsql --- contrib/bloom/blinsert.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib/bloom/blinsert.c') diff --git a/contrib/bloom/blinsert.c b/contrib/bloom/blinsert.c index 5df616e96ee..adcbd168fb6 100644 --- a/contrib/bloom/blinsert.c +++ b/contrib/bloom/blinsert.c @@ -12,8 +12,8 @@ */ #include "postgres.h" +#include "access/genam.h" #include "access/generic_xlog.h" -#include "access/indexgenam.h" #include "access/tableam.h" #include "bloom.h" #include "catalog/index.h" -- cgit v1.2.3