Re: [PG19][PATCH] Make postgres_fdw statistics import atomic

From: Nathan Bossart <nathandbossart(at)gmail(dot)com>
To: Nikolay Samokhvalov <nik(at)postgres(dot)ai>
Cc: pgsql-hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>, etsuro(dot)fujita(at)gmail(dot)com, Corey Huinker <corey(dot)huinker(at)gmail(dot)com>, ashutosh(dot)bapat(dot)oss(at)gmail(dot)com
Subject: Re: [PG19][PATCH] Make postgres_fdw statistics import atomic
Date: 2026-09-16 15:48:10
Message-ID: aqq6OstP89YpdLZt@nathan
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

[RMT hat]

On Tue, Sep 15, 2026 at 02:36:14AM -0700, Nikolay Samokhvalov wrote:
> postgres_fdw can leave partial pg_statistic changes behind when statistics
> import fails and analyze falls back to sampling.

Corey and Fujita-san: this is listed as an open item for v19. Please
provide an update on its status as soon as you're able.

--
nathan

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2026-09-16 15:49:28 Re: pgsql: Revert online data checksum transitions
Previous Message Nathan Bossart 2026-09-16 15:44:54 Re: postgres_fdw: transaction mode inheritance corner cases