mirror of
https://github.com/postgres/postgres.git
synced 2025-12-21 05:21:08 +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:
@@ -159,7 +159,7 @@ typedef struct RelationData
|
||||
* identifier given that restriction.
|
||||
*/
|
||||
MemoryContext rd_indexcxt; /* private memory cxt for this stuff */
|
||||
/* use "struct" here to avoid needing to include indexam.h: */
|
||||
/* use "struct" here to avoid needing to include amapi.h: */
|
||||
struct IndexAmRoutine *rd_indam; /* index AM's API struct */
|
||||
Oid *rd_opfamily; /* OIDs of op families for each index col */
|
||||
Oid *rd_opcintype; /* OIDs of opclass declared input data types */
|
||||
|
||||
Reference in New Issue
Block a user