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

From tgl@svr1.postgresql.org (Tom Lane)
Subject pgsql: Pass the type OID as the typioparam for all non-array types,
Date
Msg-id 20050812214948.6EE3452A47@svr1.postgresql.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: momjian@svr1.postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: > Gavin Sherry writes: > > I ran across
Next
From: momjian@svr1.postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Back out plpython makefile change.