pgsql: Pass the type OID as the typioparam for all non-array types,

Started by Tom Lanealmost 21 years ago1 messagescomitters
Jump to latest
#1Tom Lane
tgl@sss.pgh.pa.us

Log Message:
-----------
Pass the type OID as the typioparam for all non-array types, rather than
only composite types as we did in 8.0. Per discussion with Martijn
van Oosterhout.

Modified Files:
--------------
pgsql/doc/src/sgml/ref:
create_type.sgml (r1.57 -> r1.58)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ref/create_type.sgml.diff?r1=1.57&r2=1.58)
pgsql/src/backend/utils/cache:
lsyscache.c (r1.126 -> r1.127)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/cache/lsyscache.c.diff?r1=1.126&r2=1.127)