Re: More char()/ascii() - Mailing list pgsql-hackers

From Tom Lane
Subject Re: More char()/ascii()
Date
Msg-id 13144.1203529866@sss.pgh.pa.us
Whole thread Raw
In response to Re: More char()/ascii()  (Gregory Stark <stark@enterprisedb.com>)
List pgsql-hackers
Gregory Stark <stark@enterprisedb.com> writes:
> "Andrew Dunstan" <andrew@dunslane.net> writes:
>> Fixing it would be trivial, I'm sure, but is it really a problem?

> The "char" data type which I was mistakenly using is enough of a wart that it
> probably doesn't matter what we do with it. There aren't any security holes
> with the current behaviour (I don't think).

The "char" type seems to be partly intended to serve as a poor man's
int1 --- at one time it even had arithmetic operators, if memory serves.
So we shouldn't disallow zero or mess with the fact that it's a signed
rather than unsigned byte.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Permanent settings
Next
From: Josh Berkus
Date:
Subject: Re: Permanent settings