Re: [HACKERS] Windows support - PostgreSQL 8.0 and 8.1

2007-04-27 Thread Tom Lane
Andrew Dunstan <[EMAIL PROTECTED]> writes: > I think these two justify declaring the Windows port at EOL prior to > 8.2. The others probably not so much. (Who cares if pg_regress is not a > C program? Who besides developers uses it?) The reason to care about it is that the lack of it guarantees

Re: [HACKERS] Windows support - PostgreSQL 8.0 and 8.1

2007-04-27 Thread Dave Page
Andrew Dunstan wrote: > > > Dave Page wrote: >> >> * The stats collector bug which prevented stats being collected >> reliably, thus causing all the expected knock on effects (including >> near-total failure of autovacuum). The 8.2 fix for this was dependent >> on the redesign of the collector to

Re: [HACKERS] Windows support - PostgreSQL 8.0 and 8.1

2007-04-27 Thread Andrew Dunstan
Dave Page wrote: * The stats collector bug which prevented stats being collected reliably, thus causing all the expected knock on effects (including near-total failure of autovacuum). The 8.2 fix for this was dependent on the redesign of the collector to remove the separate stats buffering pro