Revert: Let table AM insertion methods control index insertion
Alexander Korotkov <akorotkov@postgresql.org>
Revert: Let table AM insertion methods control index insertion This commit reverts b1484a3f19 per review by Andres Freund. Discussion: https://postgr.es/m/20240410165236.rwyrny7ihi4ddxw4%40awork3.anarazel.de
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/access/heap/heapam.c | modified | +1 −3 |
| src/backend/access/heap/heapam_handler.c | modified | +1 −3 |
| src/backend/access/table/tableam.c | modified | +2 −4 |
| src/backend/catalog/indexing.c | modified | +1 −3 |
| src/backend/commands/copyfrom.c | modified | +4 −9 |
| src/backend/commands/createas.c | modified | +1 −3 |
| src/backend/commands/matview.c | modified | +1 −3 |
| src/backend/commands/tablecmds.c | modified | +5 −17 |
| src/backend/executor/execReplication.c | modified | +2 −4 |
| src/backend/executor/nodeModifyTable.c | modified | +2 −4 |
| src/include/access/heapam.h | modified | +1 −1 |
| src/include/access/tableam.h | modified | +7 −18 |
Discussion
- Table AM Interface Enhancements 104 messages · 2023-11-23 → 2024-06-22