Re: Collecting statistics about contents of JSONB columns - Mailing list pgsql-hackers

From Thomas Munro
Subject Re: Collecting statistics about contents of JSONB columns
Date
Msg-id CA+hUKGJ4GiO_p7En2G-CkoyW=vfNx8Ka3NkbG0RD8ebn61fgCw@mail.gmail.com
Whole thread Raw
In response to Collecting statistics about contents of JSONB columns  (Tomas Vondra <tomas.vondra@enterprisedb.com>)
Responses Re: Collecting statistics about contents of JSONB columns
List pgsql-hackers
On Sat, Jan 1, 2022 at 11:07 AM Tomas Vondra
<tomas.vondra@enterprisedb.com> wrote:
> 0006-Add-jsonb-statistics-20211230.patch

Hi Tomas,

-CREATE OR REPLACE FUNCTION explain_jsonb(sql_query text)
+CREATE OR REPLACE FUNCTION explain_jsonb(sql_query text)

https://cirrus-ci.com/task/6405547984420864

It looks like there is a Unicode BOM sequence in there, which is
upsetting our Windows testing but not the 3 Unixes (not sure why).
Probably added by an editor.



pgsql-hackers by date:

Previous
From: Dag Lem
Date:
Subject: Re: daitch_mokotoff module
Next
From: Simon Riggs
Date:
Subject: Re: Logical insert/update/delete WAL records for custom table AMs