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

From Tomas Vondra
Subject Re: Collecting statistics about contents of JSONB columns
Date
Msg-id f538e760-3543-d70b-4770-23112d567723@enterprisedb.com
Whole thread Raw
In response to Re: Collecting statistics about contents of JSONB columns  (Thomas Munro <thomas.munro@gmail.com>)
Responses Re: Collecting statistics about contents of JSONB columns
List pgsql-hackers
On 1/5/22 21:13, Thomas Munro wrote:
> 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.
> 

Thanks, fixed along with some whitespace issues.

regards

-- 
Tomas Vondra
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company
Attachment

pgsql-hackers by date:

Previous
From: Pavel Stehule
Date:
Subject: Re: pl/pgsql feature request: shorthand for argument and local variable references
Next
From: Tomas Vondra
Date:
Subject: Re: Collecting statistics about contents of JSONB columns