mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
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
This commit is contained in:
@ -14,7 +14,7 @@
|
||||
#ifndef GISTSCAN_H
|
||||
#define GISTSCAN_H
|
||||
|
||||
#include "access/indexam.h"
|
||||
#include "access/amapi.h"
|
||||
|
||||
extern IndexScanDesc gistbeginscan(Relation r, int nkeys, int norderbys);
|
||||
extern void gistrescan(IndexScanDesc scan, ScanKey key, int nkeys,
|
||||
|
Reference in New Issue
Block a user