Re: Extended Statistics set/restore/clear functions. - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: Extended Statistics set/restore/clear functions.
Date
Msg-id aWrUQazVzr_GbZIz@paquier.xyz
Whole thread Raw
In response to Re: Extended Statistics set/restore/clear functions.  (Michael Paquier <michael@paquier.xyz>)
List pgsql-hackers
On Fri, Jan 16, 2026 at 03:50:50PM +0900, Michael Paquier wrote:
> Note that the restore function needs tests for the inherited record
> case, and that we had the same error as the clear function when
> grabbing the argument value for inherited.  I have fixed the bug, did
> not include any tests yet.  Another thing that I find lacking is
> coverage for the many paths that refer to incorrect input formats.  A
> lot of them are not covered at all, which is not good.  I did not look
> at the pg_dump portion yet.

Here's a v27, with pg_dump/pg_upgrade fixed to handle the new version
of the restore function with the table name and its schema specified
in input arguments.
--
Michael

Attachment

pgsql-hackers by date:

Previous
From: Sami Imseih
Date:
Subject: Re: pg_stat_statements: Fix nested tracking for implicitly closed cursors
Next
From: Tom Lane
Date:
Subject: Re: 001_password.pl fails with --without-readline