On Sat, Jan 1, 2022 at 11:07 AM Tomas Vondra <tomas.von...@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.