Remove useless tests about TRUNCATE on foreign table

Поиск
Список
Период
Сортировка
От Yugo NAGATA
Тема Remove useless tests about TRUNCATE on foreign table
Дата
Msg-id 20220527172543.0a2fdb469cf048b81c0967d3@sraoss.co.jp
обсуждение исходный текст
Ответы Re: Remove useless tests about TRUNCATE on foreign table  (Michael Paquier <michael@paquier.xyz>)
Список pgsql-hackers
Hello,

I found that tests for TRUNCATE on foreign tables are left
in the foreign_data regression test. Now TRUNCATE on foreign
tables are allowed, so I think the tests should be removed.

Currently, the results of the test is 
 "ERROR:  foreign-data wrapper "dummy" has no handler",
but it is just because the foreign table has no handler,
not due to TRUNCATE.

The patch is attached.

Regards,
Yugo Nagata

-- 
Yugo NAGATA <nagata@sraoss.co.jp>

Вложения

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: enable/disable broken for statement triggers on partitioned tables
Следующее
От: Peter Smith
Дата:
Сообщение: Re: Handle infinite recursion in logical replication setup