]> granicus.if.org Git - postgresql/commit
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)
commita6d6a9c9a83951b9d82390ec421f4cec801d3fa7
treef576503bd0ea1e201fdf9824d8f4e7b7655ab347
parent9c9732e3c7c13334a591463ab516a4a3141e93ee
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