Remove arithmetic operators on the 1-byte-char datatype, as per proposals
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 4 Oct 2004 22:49:59 +0000 (22:49 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 4 Oct 2004 22:49:59 +0000 (22:49 +0000)
commit6c61af665466131e8c96106837eaf293a472b682
treec1c1aa0f78a78e66c3f427d5f42b3663a83c85f7
parent1ab415596d1de61561d0de8fe9da4aea207adca4
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.
doc/src/sgml/release.sgml
src/backend/utils/adt/char.c
src/include/catalog/catversion.h
src/include/catalog/pg_cast.h
src/include/catalog/pg_operator.h
src/include/catalog/pg_proc.h
src/include/utils/builtins.h