Re: pg_stats and range statistics

From: jian he <jian(dot)universality(at)gmail(dot)com>
To: Alexander Korotkov <aekorotkov(at)gmail(dot)com>
Cc: "Gregory Stark (as CFM)" <stark(dot)cfm(at)gmail(dot)com>, Egor Rogov <e(dot)rogov(at)postgrespro(dot)ru>, Tomas Vondra <tomas(dot)vondra(at)enterprisedb(dot)com>, Justin Pryzby <pryzby(at)telsasoft(dot)com>, Soumyadeep Chakraborty <soumyadeep2007(at)gmail(dot)com>, pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: pg_stats and range statistics
Date: 2023-11-25 08:28:32
Message-ID: CACJufxH4Pib95_T_mnn6+Gd3keFaU8g5x9E=aF7n5bAq5NxY0w@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Sat, Nov 25, 2023 at 7:06 AM Alexander Korotkov <aekorotkov(at)gmail(dot)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.

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message jian he 2023-11-25 08:57:49 Re: pg_stats and range statistics
Previous Message John Naylor 2023-11-25 07:24:11 Re: autovectorize page checksum code included elsewhere