Re: [PATCH] backend: compare word-at-a-time in bcTruelen - Mailing list pgsql-hackers

From Andrew Dunstan
Subject Re: [PATCH] backend: compare word-at-a-time in bcTruelen
Date
Msg-id 4A37999A.5020805@dunslane.net
Whole thread Raw
In response to Re: [PATCH] backend: compare word-at-a-time in bcTruelen  (Robert Haas <robertmhaas@gmail.com>)
List pgsql-hackers

Robert Haas wrote:
> Ooh, good point.  I still don't like the 0x20 thing, but using uint32
> instead of int or long is the main point, unless we support any
> platforms where 0x20 != ' '.
>
>
>   

All our server encodings are strictly ASCII supersets. So 0x20 is always 
the space character.

cheers

andrew


pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: [PATCH] backend: compare word-at-a-time in bcTruelen
Next
From: Robert Haas
Date:
Subject: Re: machine-readable explain output