Re: [HACKERS] PATCH: multivariate histograms and MCV lists - Mailing list pgsql-hackers

From Mark Dilger
Subject Re: [HACKERS] PATCH: multivariate histograms and MCV lists
Date
Msg-id C06E525E-E621-4C92-921F-A0D7841EC551@gmail.com
Whole thread Raw
In response to Re: [HACKERS] PATCH: multivariate histograms and MCV lists  (Tomas Vondra <tomas.vondra@2ndquadrant.com>)
List pgsql-hackers
> On Feb 24, 2018, at 2:01 PM, Tomas Vondra <tomas.vondra@2ndquadrant.com> wrote:
>
> Hi,
>
> Attached is an updated version of the patch, fixing some minor bitrot
> and duplicate OIDs.

The three patches apply cleanly, compile, and pass check-world.

You might consider using PointerGetDatum in compare_scalars_simple
rather than hardcoding the logic directly.

mark

pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: remove pg_class.relhaspkey
Next
From: John Naylor
Date:
Subject: Re: prokind column (was Re: [HACKERS] SQL procedures)