Re: pgsql: Use SSE2 in is_valid_ascii() where available.

From: John Naylor <john(dot)naylor(at)enterprisedb(dot)com>
To: John Naylor <john(dot)naylor(at)postgresql(dot)org>
Cc: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: Re: pgsql: Use SSE2 in is_valid_ascii() where available.
Date: 2022-08-26 09:59:05
Message-ID: CAFBsxsET4S9PFbCd4fy4D8yUc1WWoH-5H_1mUh+Lj=+=YN11+A@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

On Fri, Aug 26, 2022 at 3:59 PM John Naylor <john(dot)naylor(at)postgresql(dot)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

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2022-08-26 14:02:33 pgsql: Remove unnecessary casts in free() and pfree()
Previous Message John Naylor 2022-08-26 08:59:50 pgsql: Use SSE2 in is_valid_ascii() where available.