Re: Several issues with postgres_fdw stats import - Mailing list pgsql-hackers

From Etsuro Fujita
Subject Re: Several issues with postgres_fdw stats import
Date
Msg-id CAPmGK14eFX=0sv1deN7XpBHfmAP+g3xf=yV+uzXe+prW3-Vxcw@mail.gmail.com
Whole thread
In response to Re: Several issues with postgres_fdw stats import  (Nathan Bossart <nathandbossart@gmail.com>)
Responses Re: Several issues with postgres_fdw stats import
List pgsql-hackers
On Sat, Sep 19, 2026 at 2:37 AM Nathan Bossart <nathandbossart@gmail.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



pgsql-hackers by date:

Previous
From: Ziming Zhang
Date:
Subject: Re: [PATCH] postgres_fdw: Fix cost estimation for semi join pushdown
Next
From: Etsuro Fujita
Date:
Subject: Re: [PG19][PATCH] Make postgres_fdw statistics import atomic