Re: pg_stats and range statistics

Поиск
Список
Период
Сортировка
От jian he
Тема Re: pg_stats and range statistics
Дата
Msg-id CACJufxH4Pib95_T_mnn6+Gd3keFaU8g5x9E=aF7n5bAq5NxY0w@mail.gmail.com
обсуждение исходный текст
Ответ на Re: pg_stats and range statistics  (Alexander Korotkov <aekorotkov@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: John Naylor
Дата:
Сообщение: Re: autovectorize page checksum code included elsewhere
Следующее
От: jian he
Дата:
Сообщение: Re: pg_stats and range statistics