Re: Options to control remote transactions’ access/deferrable modes in postgres_fdw

From: Etsuro Fujita <etsuro(dot)fujita(at)gmail(dot)com>
To: Ashutosh Bapat <ashutosh(dot)bapat(dot)oss(at)gmail(dot)com>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Options to control remote transactions’ access/deferrable modes in postgres_fdw
Date: 2025-06-01 08:44:49
Message-ID: CAPmGK14fT9_hdC40s7MWZX+-k87AvyusG0qjd6zvngEgumdNgw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Sun, May 25, 2025 at 2:39 PM Etsuro Fujita <etsuro(dot)fujita(at)gmail(dot)com> wrote:
> Here is a new version of the patch where I added a comment for a new
> function, fixed indentation, and added the commit message. If there
> are no objections, I will push this as a master-only fix, as noted in
> the commit message.

Pushed after extending the comment a little bit.

Best regards,
Etsuro Fujita

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Florents Tselai 2025-06-01 09:27:05 Re: [PATCH] Proposal: Improvements to PDF stylesheet and table column widths
Previous Message Etsuro Fujita 2025-06-01 08:34:49 pgsql: postgres_fdw: Inherit the local transaction's access/deferrable