Make type 'regproc' binary-compatible with int4 and oid,

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

Commit: f8f0efb43d764426265ed3bed6e3de792619ec2b
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 1999-03-10T05:05:58Z
Releases: 7.1.1
Make type 'regproc' binary-compatible with int4 and oid,
so that it has some SQL operators available.  It's difficult to write
automated tests of a data type that you haven't even got == for...

Files

PathChange+/−
src/include/parser/parse_coerce.h modified +6 −3