Re: Re: patch review : Add ability to constrain backend temporary file space

From: Mark Kirkwood <mark(dot)kirkwood(at)catalyst(dot)net(dot)nz>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Re: patch review : Add ability to constrain backend temporary file space
Date: 2011-06-02 23:01:43
Message-ID: 4DE81657.7090901@catalyst.net.nz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 02/06/11 18:34, Jaime Casanova wrote:
>
>
> - the patch adds this to serial_schedule but no test has been added...
>
> diff --git a/src/test/regress/serial_schedule b/src/test/regress/serial_schedule
> index bb654f9..325cb3d 100644
> --- a/src/test/regress/serial_schedule
> +++ b/src/test/regress/serial_schedule
> @@ -127,3 +127,4 @@ test: largeobject
> test: with
> test: xml
> test: stats
> +test: resource
>

Corrected v4 patch with the test files, for completeness. Note that
discussion has moved on and there will be a v5 :-)

Attachment Content-Type Size
temp-files-v4.1.patch.gz application/x-gzip 3.1 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2011-06-02 23:05:15 Re: pg_upgrade automatic testing
Previous Message Tom Lane 2011-06-02 22:56:02 Re: Domains versus polymorphic functions, redux