Re: pgstat: remove delayed destroy / pipe: socket error fix

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Peter Brant" <Peter(dot)Brant(at)wicourts(dot)gov>
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: pgstat: remove delayed destroy / pipe: socket error fix
Date: 2006-04-06 19:44:26
Message-ID: 26914.1144352666@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

"Peter Brant" <Peter(dot)Brant(at)wicourts(dot)gov> writes:
> Attached are two patches which in combination make pg_stat_activity
> work reliably for us on Windows.
> ...
> pgstat.patch removes the delayed destroy code for backends, databases,
> and tables. Database and table entries are cleaned up immediately upon
> receipt of the appropriate message.

I'll go ahead and apply the delayed-destroy-removal part (just to HEAD
for the time being --- seems a bit risky to apply it to the stable
branches). The Windows-specific change sounds like it may need more
review.

regards, tom lane

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Magnus Hagander 2006-04-06 19:58:42 Re: pgstat: remove delayed destroy / pipe: socket error fix
Previous Message Magnus Hagander 2006-04-06 18:14:49 Re: pgstat: remove delayed destroy / pipe: socketerror fix