Make the new pg_stat_get_activity use OUT parameters, so you don't have to
authorMagnus Hagander <magnus@hagander.net>
Thu, 8 May 2008 08:58:59 +0000 (08:58 +0000)
committerMagnus Hagander <magnus@hagander.net>
Thu, 8 May 2008 08:58:59 +0000 (08:58 +0000)
commit98633058cda60fe72a7bef74bf2d7ff9fe4d47ab
treef49d984722da1fb79afd75cfe65ee119a36baf11
parent2410a8f0e692e58df02e2ca89e53efad03fc2325
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.
src/backend/catalog/system_views.sql
src/include/catalog/catversion.h
src/include/catalog/pg_proc.h