Re: Specifying the unit in storage parameter - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: Specifying the unit in storage parameter
Date
Msg-id CAB7nPqQ8gqTR8=aQy4nfPE+dGK9xK+2X7_En+wKbWtaqALnPvQ@mail.gmail.com
Whole thread Raw
In response to Re: Specifying the unit in storage parameter  (Fujii Masao <masao.fujii@gmail.com>)
Responses Re: Specifying the unit in storage parameter
List pgsql-hackers
On Thu, Aug 28, 2014 at 4:20 PM, Fujii Masao <masao.fujii@gmail.com> wrote:
> I don't have strong opinion about this. There are many tables which
> regression test creates but doesn't drop. But if you strongly think that
> the table must be dropped, I'm OK with that.
This remark is just to limit the amount of trash in the database used
for regression tests. But then if we'd remove everything we would lack
handy material for tests on utilities like database-wide thingies of
the type VACUUM, REINDEX, pg_dump, etc. And we can just drop the
database used for regressions to clean up everything. So that's not
mandatory at all. I tend to always clean up objects in my patches
touching regressions to limit interactions with other tests, but I
guess that's up to the person who wrote the code to decide.
-- 
Michael



pgsql-hackers by date:

Previous
From: Fujii Masao
Date:
Subject: Re: Specifying the unit in storage parameter
Next
From: Thomas Munro
Date:
Subject: Re: SKIP LOCKED DATA (work in progress)