Remove useless tests about TRUNCATE on foreign table - Mailing list pgsql-hackers

From Yugo NAGATA
Subject Remove useless tests about TRUNCATE on foreign table
Date
Msg-id 20220527172543.0a2fdb469cf048b81c0967d3@sraoss.co.jp
Whole thread Raw
Responses Re: Remove useless tests about TRUNCATE on foreign table  (Michael Paquier <michael@paquier.xyz>)
List 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>

Attachment

pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: enable/disable broken for statement triggers on partitioned tables
Next
From: Peter Smith
Date:
Subject: Re: Handle infinite recursion in logical replication setup