summaryrefslogtreecommitdiff
path: root/src/test/modules
diff options
context:
space:
mode:
authorMichael Paquier2019-12-26 23:09:00 +0000
committerMichael Paquier2019-12-26 23:09:00 +0000
commit7854e07f25be3a3dfa9c94011a30767eca3c10ba (patch)
tree8ce33a49ebdec40bcccd7892f5106fa9e53989b4 /src/test/modules
parent4ba4bfaf256c17fe4c8f497924b74eb98241b84f (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 'src/test/modules')
-rw-r--r--src/test/modules/dummy_index_am/dummy_index_am.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/modules/dummy_index_am/dummy_index_am.c b/src/test/modules/dummy_index_am/dummy_index_am.c
index bade8868662..053636e4b49 100644
--- a/src/test/modules/dummy_index_am/dummy_index_am.c
+++ b/src/test/modules/dummy_index_am/dummy_index_am.c
@@ -13,7 +13,7 @@
*/
#include "postgres.h"
-#include "access/indexam.h"
+#include "access/amapi.h"
#include "access/reloptions.h"
#include "catalog/index.h"
#include "nodes/pathnodes.h"