"Peter Brant" <[EMAIL PROTECTED]> 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 ---------------------------(end of broadcast)--------------------------- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match