Re: pgsql: Use SSE2 in is_valid_ascii() where available. - Mailing list pgsql-committers

From John Naylor
Subject Re: pgsql: Use SSE2 in is_valid_ascii() where available.
Date
Msg-id CAFBsxsET4S9PFbCd4fy4D8yUc1WWoH-5H_1mUh+Lj=+=YN11+A@mail.gmail.com
Whole thread Raw
In response to pgsql: Use SSE2 in is_valid_ascii() where available.  (John Naylor <john.naylor@postgresql.org>)
List pgsql-committers
On Fri, Aug 26, 2022 at 3:59 PM John Naylor <john.naylor@postgresql.org> wrote:

> Per flame graph from Jelte Fennema, COPY FROM ... USING BINARY shows

For the archives: This is not correct syntax: should be COPY BINARY or
... WITH BINARY.

-- 
John Naylor
EDB: http://www.enterprisedb.com



pgsql-committers by date:

Previous
From: John Naylor
Date:
Subject: pgsql: Use SSE2 in is_valid_ascii() where available.
Next
From: Peter Eisentraut
Date:
Subject: pgsql: Remove unnecessary casts in free() and pfree()