]> granicus.if.org Git - postgresql/commit
Convert pg_stat_get_backend_idset to use the existing SRF support.
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 1 Oct 2004 21:03:42 +0000 (21:03 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 1 Oct 2004 21:03:42 +0000 (21:03 +0000)
commit125bf342fd98b2b1deef20bcf3028e4dda0445fb
tree8f8ec68c3d6741f698c954832d6a427e6b74c815
parentb62aa83f0e1f73da704a00ecfb0e2523dc1f27de
Convert pg_stat_get_backend_idset to use the existing SRF support.
This seems the cleanest way of fixing its lack of a shutdown callback,
which was preventing it from working correctly in a query that didn't
run it to completion.  Per bug report from Szima GĂ„bor.
src/backend/utils/adt/pgstatfuncs.c