Re: [COMMITTERS] pgsql-server: Convert pg_stat_get_backend_idset to

2004-10-01 Thread Bruce Momjian
Great. That old code was a mess. --- Tom Lane wrote: > Log Message: > --- > 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,

[COMMITTERS] pgsql-server: Convert pg_stat_get_backend_idset to use the existing SRF

2004-10-01 Thread Tom Lane
Log Message: --- 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. Tags: ---

[COMMITTERS] pgsql-server: Convert pg_stat_get_backend_idset to use the existing SRF

2004-10-01 Thread Tom Lane
Log Message: --- 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. Modified