diff options
| author | Michael Paquier | 2019-12-26 23:09:00 +0000 |
|---|---|---|
| committer | Michael Paquier | 2019-12-26 23:09:00 +0000 |
| commit | 7854e07f25be3a3dfa9c94011a30767eca3c10ba (patch) | |
| tree | 8ce33a49ebdec40bcccd7892f5106fa9e53989b4 /contrib/bloom/bloom.h | |
| parent | 4ba4bfaf256c17fe4c8f497924b74eb98241b84f (diff) | |
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
Diffstat (limited to 'contrib/bloom/bloom.h')
| -rw-r--r-- | contrib/bloom/bloom.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/bloom/bloom.h b/contrib/bloom/bloom.h index 5a6e5e48a1a..a7179981f47 100644 --- a/contrib/bloom/bloom.h +++ b/contrib/bloom/bloom.h @@ -13,8 +13,8 @@ #ifndef _BLOOM_H_ #define _BLOOM_H_ +#include "access/amapi.h" #include "access/generic_xlog.h" -#include "access/indexam.h" #include "access/itup.h" #include "access/xlog.h" #include "fmgr.h" |
