pgsql: Convert remaining builtin set-returning functions to use OUT

Поиск
Список
Период
Сортировка
От mha@postgresql.org (Magnus Hagander)
Тема pgsql: Convert remaining builtin set-returning functions to use OUT
Дата
Msg-id 20080825111843.AC7CE755315@cvs.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Convert remaining builtin set-returning functions to use OUT parameters, making
it possible to call them without specifying a column list.

Jaime Casanova

Modified Files:
--------------
    pgsql/src/backend/catalog:
        system_views.sql (r1.53 -> r1.54)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/catalog/system_views.sql?r1=1.53&r2=1.54)
    pgsql/src/include/catalog:
        pg_proc.h (r1.511 -> r1.512)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/include/catalog/pg_proc.h?r1=1.511&r2=1.512)
        catversion.h (r1.479 -> r1.480)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/include/catalog/catversion.h?r1=1.479&r2=1.480)
    pgsql/src/test/regress/expected:
        rules.out (r1.140 -> r1.141)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/expected/rules.out?r1=1.140&r2=1.141)

В списке pgsql-committers по дате отправления:

Предыдущее
От: Bernd Helmle
Дата:
Сообщение: Re: pgsql: Add missing descriptions for aggregates, functions and
Следующее
От: Magnus Hagander
Дата:
Сообщение: Re: pgsql: Add missing descriptions for aggregates, functions and