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

Поиск
Список
Период
Сортировка
От tgl@svr1.postgresql.org (Tom Lane)
Тема pgsql: Pass the type OID as the typioparam for all non-array types,
Дата
Msg-id 20050812214948.6EE3452A47@svr1.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: momjian@svr1.postgresql.org (Bruce Momjian)
Дата:
Сообщение: pgsql: > Gavin Sherry writes: > > I ran across
Следующее
От: momjian@svr1.postgresql.org (Bruce Momjian)
Дата:
Сообщение: pgsql: Back out plpython makefile change.