Re: CI failure: postgres_fdw_get_connections

From: Fujii Masao <masao(dot)fujii(at)gmail(dot)com>
To: Robert Haas <robertmhaas(at)gmail(dot)com>
Cc: "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: CI failure: postgres_fdw_get_connections
Date: 2026-07-15 14:30:54
Message-ID: CAHGQGwG+Qy6E9sB7_PmgbpbUkD2c9SEcVMCgec067NJv2yNiQw@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Sun, Jun 14, 2026 at 12:18 AM Robert Haas <robertmhaas(at)gmail(dot)com> wrote:
>
> On Fri, Jun 12, 2026 at 12:27 AM Fujii Masao <masao(dot)fujii(at)gmail(dot)com> wrote:
> > The attached patch implements this approach.
>
> This seems reasonable to me on a quick glance. Thanks for working on it!

Barring any objections, I will commit this patch and backpatch it to v18,
where the affected postgres_fdw_get_connections() test was added.

Regards,

--
Fujii Masao

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2026-07-15 14:44:12 Re: implement CAST(expr AS type FORMAT 'template')
Previous Message Daniel Gustafsson 2026-07-15 14:20:19 Re: Grab bag of smaller OpenSSL fixups