Re: Extended Statistics set/restore/clear functions.

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: Corey Huinker <corey(dot)huinker(at)gmail(dot)com>
Cc: Chao Li <li(dot)evan(dot)chao(at)gmail(dot)com>, Tender Wang <tndrwang(at)gmail(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Extended Statistics set/restore/clear functions.
Date: 2026-01-25 02:35:50
Message-ID: aXWBhkru03FnrfIW@paquier.xyz
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Sat, Jan 24, 2026 at 09:19:30PM -0500, Corey Huinker wrote:
> Expressions would be a 4th patch, and honestly it's the lion's share of the
> code.

I was under the impression that this was a strong dependency. If that
can be split out of the rest, well better for us then.

> I think I went with the order they appeared in pg_stats_ext, with exprs
> tacked on the end. I'm a bit confused why the argument order matters given
> that the only user exposure is the kwargs-like interface.

Okay, as you feel is better.
--
Michael

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Meng Zhang 2026-01-25 04:09:27 Fix a reference error for window functions: In the function 'find_window_functions', the deduplication logic should be removed
Previous Message Corey Huinker 2026-01-25 02:19:30 Re: Extended Statistics set/restore/clear functions.