Re: pg_stats and range statistics - Mailing list pgsql-hackers

From jian he
Subject Re: pg_stats and range statistics
Date
Msg-id CACJufxH4Pib95_T_mnn6+Gd3keFaU8g5x9E=aF7n5bAq5NxY0w@mail.gmail.com
Whole thread Raw
In response to Re: pg_stats and range statistics  (Alexander Korotkov <aekorotkov@gmail.com>)
List pgsql-hackers
On Sat, Nov 25, 2023 at 7:06 AM Alexander Korotkov <aekorotkov@gmail.com> wrote:
>
> Hi!
>
> I'm going to push this if there are no objections.
>
> ------
> Regards,
> Alexander Korotkov

src/include/catalog/pg_statistic.h
268:  * range type's subdiff function. Only non-null rows are considered.

should it be:  * range type's subdiff function. Only non-null,
non-empty rows are considered.

Other than that, it looks fine to me.



pgsql-hackers by date:

Previous
From: John Naylor
Date:
Subject: Re: autovectorize page checksum code included elsewhere
Next
From: jian he
Date:
Subject: Re: pg_stats and range statistics