Обсуждение: pgsql: Make the new pg_stat_get_activity use OUT parameters, so you

Поиск
Список
Период
Сортировка

pgsql: Make the new pg_stat_get_activity use OUT parameters, so you

От
mha@postgresql.org (Magnus Hagander)
Дата:
Log Message:
-----------
Make the new pg_stat_get_activity use OUT parameters, so you don't have to
specify the column names and types. Also simplifies the view.

Per comments from Tom.

Modified Files:
--------------
    pgsql/src/backend/catalog:
        system_views.sql (r1.50 -> r1.51)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/catalog/system_views.sql?r1=1.50&r2=1.51)
    pgsql/src/include/catalog:
        catversion.h (r1.456 -> r1.457)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/include/catalog/catversion.h?r1=1.456&r2=1.457)
        pg_proc.h (r1.497 -> r1.498)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/include/catalog/pg_proc.h?r1=1.497&r2=1.498)

Re: pgsql: Make the new pg_stat_get_activity use OUT parameters, so you

От
Tom Lane
Дата:
mha@postgresql.org (Magnus Hagander) writes:
> Make the new pg_stat_get_activity use OUT parameters, so you don't have to
> specify the column names and types. Also simplifies the view.

The buildfarm says you forgot to update rules.out :-(

            regards, tom lane

Re: pgsql: Make the new pg_stat_get_activity use OUT parameters, so you

От
Magnus Hagander
Дата:
Tom Lane wrote:
> mha@postgresql.org (Magnus Hagander) writes:
> > Make the new pg_stat_get_activity use OUT parameters, so you don't
> > have to specify the column names and types. Also simplifies the
> > view.
>
> The buildfarm says you forgot to update rules.out :-(

Argh, stupid. I modified the file, but forgot to include it in the
commit :-(

Apologies, and thanks for fixing.

//Magnus