Remove arithmetic operators on the 1-byte-char datatype, as per proposals

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 6c61af665466131e8c96106837eaf293a472b682
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2004-10-04T22:49:59Z
Releases: 8.0.0
Remove arithmetic operators on the 1-byte-char datatype, as per proposals
made several times in the past.  Add coercion functions between "char"
and integer so that a workaround is possible if needed.

Initdb forced.

Files