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

From: tgl(at)svr1(dot)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Pass the type OID as the typioparam for all non-array types,
Date: 2005-08-12 21:49:48
Message-ID: 20050812214948.6EE3452A47@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2005-08-12 23:13:54 pgsql: Reverse out Assert addition.
Previous Message Bruce Momjian 2005-08-12 21:44:52 pgsql: Back out plpython makefile change.