Re: postgres_fdw: transaction mode inheritance corner cases

From: Etsuro Fujita <etsuro(dot)fujita(at)gmail(dot)com>
To: Fujii Masao <masao(dot)fujii(at)gmail(dot)com>
Cc: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: postgres_fdw: transaction mode inheritance corner cases
Date: 2026-09-10 09:24:55
Message-ID: CAPmGK15FZMsTyF0+_KUGD4RLidD=qWKsUCG0Ky_adandMNhOQw@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, Sep 10, 2026 at 9:34 AM Fujii Masao <masao(dot)fujii(at)gmail(dot)com> wrote:
> Commit de28140ded8 introduced transaction mode inheritance in
> postgres_fdw, but I found several potential issues with it.

Thanks for the report! Will look into the issues.

> We should add this as PostgreSQL 19 Open Item?

I added this to the open item list.

Best regards,
Etsuro Fujita

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message shveta malik 2026-09-10 09:25:23 Re: Review items for EXCEPT TABLE publication
Previous Message Amit Langote 2026-09-10 08:58:04 Re: Revert RI fast-path batching from REL_19_STABLE