pgsql: Remove useless tests for TRUNCATE on foreign tables
В списке pgsql-committers по дате отправления:
| От | Michael Paquier |
|---|---|
| Тема | pgsql: Remove useless tests for TRUNCATE on foreign tables |
| Дата | |
| Msg-id | E1nvq40-001wwI-OJ@gemulon.postgresql.org обсуждение |
| Список | pgsql-committers |
Remove useless tests for TRUNCATE on foreign tables foreign_data has kept around a set of tests for TRUNCATE to look after the case of foreign tables, with[out] inheritance and with[out] partitions, assuming that the command is not supported for this relkind. However, TRUNCATE is supported on foreign tables if the FDW involved is able to handle the command, like postgres_fdw. Note that postgres_fdw includes tests to cover all the cases removed by this commit (which had misleading comments), so these did not provide any additional coverage anyway. Author: Yugo Nagata Discussion: https://postgr.es/m/20220527172543.0a2fdb469cf048b81c0967d3@sraoss.co.jp Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/0efa51357e0fe0fd69f0c27245ed7e68039b1ea8 Modified Files -------------- src/test/regress/expected/foreign_data.out | 10 ---------- src/test/regress/sql/foreign_data.sql | 8 -------- 2 files changed, 18 deletions(-)
В списке pgsql-committers по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера