Re: [HACKERS] postgres_fdw : altering foreign table not invalidatingprepare statement execution plan. - Mailing list pgsql-hackers

From Ashutosh Bapat
Subject Re: [HACKERS] postgres_fdw : altering foreign table not invalidatingprepare statement execution plan.
Date
Msg-id CAFjFpRdY5q1HG1N4eyrZxHYji4HS1X4TAGDEKUQXv9h3YomcrQ@mail.gmail.com
Whole thread Raw
In response to Re: [HACKERS] postgres_fdw : altering foreign table not invalidatingprepare statement execution plan.  (Etsuro Fujita <fujita.etsuro@lab.ntt.co.jp>)
Responses Re: [HACKERS] postgres_fdw : altering foreign table not invalidatingprepare statement execution plan.  (Etsuro Fujita <fujita.etsuro@lab.ntt.co.jp>)
List pgsql-hackers
On Thu, Jan 5, 2017 at 2:49 PM, Etsuro Fujita
<fujita.etsuro@lab.ntt.co.jp> wrote:
> On 2017/01/03 15:57, Ashutosh Bapat wrote:
>>
>> The patch looks good to me, but I feel there are too many testscases.
>> Now that we have changed the approach to invalidate caches in all
>> cases, should we just include cases for SELECT or UPDATE or INSERT or
>> DELETE instead of each statement?
>
>
> I don't object to that, but (1) the tests I added wouldn't be that
> time-consuming, and (2) they would be more expected to help find bugs, in
> general, so I'd vote for keeping them.  How about leaving that for the
> committer's judge?
>

Ok. Marking this as ready for committer.

-- 
Best Wishes,
Ashutosh Bapat
EnterpriseDB Corporation
The Postgres Database Company



pgsql-hackers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: [HACKERS] Odd behavior with PG_TRY
Next
From: Ashutosh Bapat
Date:
Subject: Re: [HACKERS] Potential data loss of 2PC files