Re: BUG #19715: pg_restore_attribute_stats() rejects range statistics for a domain over int4multirange

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: Corey Huinker <corey(dot)huinker(at)gmail(dot)com>
Cc: imchifan(at)163(dot)com, pgsql-bugs(at)lists(dot)postgresql(dot)org
Subject: Re: BUG #19715: pg_restore_attribute_stats() rejects range statistics for a domain over int4multirange
Date: 2026-09-24 06:16:14
Message-ID: arTALmEVWDsyRp_Z@paquier.xyz
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On Thu, Sep 24, 2026 at 01:56:29AM -0400, Corey Huinker wrote:
> Here's what I was just about to post to the list, only to see that you
> already posted something.

As far as I can see, we are doing exactly the same thing, except that
my patch results in less lines of C and does not duplicate the same
pattern across attribute and extended stats.

> Will begin reviewing yours immediately.

Thanks.
--
Michael

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Kirill Reshke 2026-09-24 06:22:32 Re: BUG #19705: One NaN box makes a BRIN box_inclusion_ops index omit unrelated rows
Previous Message Corey Huinker 2026-09-24 06:13:56 Re: BUG #19715: pg_restore_attribute_stats() rejects range statistics for a domain over int4multirange