Add a test for "cannot truncate foreign table" - Mailing list pgsql-hackers

From Yugo NAGATA
Subject Add a test for "cannot truncate foreign table"
Date
Msg-id 20220630104812.ec1556481452c019874f4ac9@sraoss.co.jp
Whole thread Raw
Responses Re: Add a test for "cannot truncate foreign table"  (Fujii Masao <masao.fujii@oss.nttdata.com>)
List pgsql-hackers
Hello,

During checking regression tests of TRUNCATE on foreign
tables for other patch [1], I found that there is no test
for foreign tables that don't support TRUNCATE. 

When a foreign table has handler but doesn't support TRUNCATE,
an error "cannot truncate foreign table xxx" occurs. So, what
about adding a test this message output? We can add this test
for file_fdw because it is one of the such foreign data wrappers.

I attached a patch.

[1] https://postgr.es/m/20220527172543.0a2fdb469cf048b81c0967d3@sraoss.co.jp

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

Attachment

pgsql-hackers by date:

Previous
From: Masahiko Sawada
Date:
Subject: Re: Testing autovacuum wraparound (including failsafe)
Next
From: "kuroda.hayato@fujitsu.com"
Date:
Subject: RE: Multi-Master Logical Replication