Re: Collecting statistics about contents of JSONB columns

Поиск
Список
Период
Сортировка
От Tomas Vondra
Тема Re: Collecting statistics about contents of JSONB columns
Дата
Msg-id f538e760-3543-d70b-4770-23112d567723@enterprisedb.com
обсуждение исходный текст
Ответ на Re: Collecting statistics about contents of JSONB columns  (Thomas Munro <thomas.munro@gmail.com>)
Ответы Re: Collecting statistics about contents of JSONB columns  (Nikita Glukhov <n.gluhov@postgrespro.ru>)
Список 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
Вложения

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Pavel Stehule
Дата:
Сообщение: Re: pl/pgsql feature request: shorthand for argument and local variable references
Следующее
От: Tomas Vondra
Дата:
Сообщение: Re: Collecting statistics about contents of JSONB columns