Re: Regression test fails when BLCKSZ is 1kB

From: "Pavan Deolasee" <pavan(dot)deolasee(at)gmail(dot)com>
To: "Peter Eisentraut" <peter_e(at)gmx(dot)net>
Cc: pgsql-hackers(at)postgresql(dot)org, "Zdenek Kotala" <Zdenek(dot)Kotala(at)sun(dot)com>
Subject: Re: Regression test fails when BLCKSZ is 1kB
Date: 2008-04-21 12:40:48
Message-ID: 2e78013d0804210540i4d2efb39v51d309394227dd47@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Mon, Apr 21, 2008 at 5:55 PM, Peter Eisentraut <peter_e(at)gmx(dot)net> wrote:

>
> For previously established reasons, we don't want to add ORDER BY clauses to
> every test that might fail under exceptional circumstances so we test all
> plan types equally. I think very small block sizes are fairly exceptional,
> unless you have a reason up your sleeve why they are a good idea.
>

Now that we have autovacuum on by default, we might get into random
failures because of re-ordering. Though I don't seem to recall anybody
complaining yet, it could just be that we are lucky or our regression
suite don't have long enough running tests to give autovacuum chance
to recycle some of the dead tuples.

Thanks,
Pavan

--
Pavan Deolasee
EnterpriseDB http://www.enterprisedb.com

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Gregory Stark 2008-04-21 12:48:46 Re: INSERT ... SELECT ... FOR SHARED?
Previous Message Peter Eisentraut 2008-04-21 12:33:50 Re: TODO, FAQs to Wiki?