Re: Several issues with postgres_fdw stats import

From: Etsuro Fujita <etsuro(dot)fujita(at)gmail(dot)com>
To: Nathan Bossart <nathandbossart(at)gmail(dot)com>
Cc: Corey Huinker <corey(dot)huinker(at)gmail(dot)com>, Fujii Masao <masao(dot)fujii(at)gmail(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Several issues with postgres_fdw stats import
Date: 2026-09-19 10:32:39
Message-ID: CAPmGK14eFX=0sv1deN7XpBHfmAP+g3xf=yV+uzXe+prW3-Vxcw@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Sat, Sep 19, 2026 at 2:37 AM Nathan Bossart <nathandbossart(at)gmail(dot)com> wrote:
> Can the open item for this one be marked as resolved?

Sorry, I forgot to mention about that. We have resolved two of the
four reported issues, but these are still open:

(1) User-defined functions may be executed with unexpected privileges
(4) Imported relpages may use different block sizes

For #1, I will address it with a patch shared by Noah off-list. For
#4, I will propose a document-only patch to address it. I will send
the proposals for these separately early next week.

Best regards,
Etsuro Fujita

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Etsuro Fujita 2026-09-19 10:55:48 Re: [PG19][PATCH] Make postgres_fdw statistics import atomic
Previous Message Ziming Zhang 2026-09-19 07:25:39 Re: [PATCH] postgres_fdw: Fix cost estimation for semi join pushdown