| 1801 | } |
| 1802 | |
| 1803 | static inline void |
| 1804 | table_dml_init(Relation rel, enum CmdType operation) |
| 1805 | { |
| 1806 | if (rel->rd_tableam && rel->rd_tableam->dml_init) |
| 1807 | rel->rd_tableam->dml_init(rel, operation); |
| 1808 | } |
| 1809 | |
| 1810 | static inline void |
| 1811 | table_dml_fini(Relation rel, enum CmdType operation) |
no outgoing calls
no test coverage detected