Re: [PATCHES] Regression test for stats collector

2003-09-13 Thread Bruce Momjian
Patch applied. Thanks. --- Manfred Koizar wrote: > With pg_autovacuum becoming increasingly popular it's important to > have a working stats collector. This test is able to discover the > problem that was present in 7.4 B

Re: [PATCHES] Regression test for stats collector

2003-09-12 Thread Bruce Momjian
Neil Conway wrote: > On Thu, 2003-09-11 at 11:58, Bruce Momjian wrote: > > Uh, how do you force the stats collector to 'on' before the test is > > run? > > The stats collector is on by default (of course, that doesn't apply to > "make installcheck"...) Oh I see now, nice. I didn't realize you co

Re: [PATCHES] Regression test for stats collector

2003-09-11 Thread Manfred Koizar
On Thu, 11 Sep 2003 23:17:13 -0400 (EDT), Bruce Momjian <[EMAIL PROTECTED]> wrote: >> The stats collector is on by default (of course, that doesn't apply to >> "make installcheck"...) By doing "appropriate" changes to your installation I guess you can break almost every test ;-) >Oh I see now, ni

Re: [PATCHES] Regression test for stats collector

2003-09-11 Thread Bruce Momjian
Uh, how do you force the stats collector to 'on' before the test is run? --- Manfred Koizar wrote: > With pg_autovacuum becoming increasingly popular it's important to > have a working stats collector. This test is able to

Re: [PATCHES] Regression test for stats collector

2003-09-11 Thread Neil Conway
On Thu, 2003-09-11 at 11:58, Bruce Momjian wrote: > Uh, how do you force the stats collector to 'on' before the test is > run? The stats collector is on by default (of course, that doesn't apply to "make installcheck"...) But this reminds me: I think it would be cool to extend the language we us

[PATCHES] Regression test for stats collector

2003-09-10 Thread Manfred Koizar
With pg_autovacuum becoming increasingly popular it's important to have a working stats collector. This test is able to discover the problem that was present in 7.4 Beta 2. Servus Manfred diff -ruN ../base/src/test/regress/expected/stats.out src/test/regress/expected/stats.out --- ../base/src/t