Re: WIP - Add ability to constrain backend temporary file space - Mailing list pgsql-hackers

From Robert Haas
Subject Re: WIP - Add ability to constrain backend temporary file space
Date
Msg-id AANLkTinOG7PfvaP9wzXheULa7EKkUsfWjanb22xQ4=k7@mail.gmail.com
Whole thread Raw
In response to WIP - Add ability to constrain backend temporary file space  (Mark Kirkwood <mark.kirkwood@catalyst.net.nz>)
Responses Re: WIP - Add ability to constrain backend temporary file space  (Mark Kirkwood <mark.kirkwood@catalyst.net.nz>)
List pgsql-hackers
On Thu, Feb 17, 2011 at 10:17 PM, Mark Kirkwood
<mark.kirkwood@catalyst.net.nz> wrote:
> This is WIP, it does seem to work ok, but some areas/choices I'm not
> entirely clear about are mentioned in the patch itself. Mainly:
>
> - name of the guc... better suggestions welcome
> - datatype for the guc - real would be good, but at the moment the nice
> parse KB/MB/GB business only works for int

Please add this to the next CommitFest:

https://commitfest.postgresql.org/action/commitfest_view/open

With respect to the datatype of the GUC, int seems clearly correct.
Why would you want to use a float?

-- 
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company


pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: Add support for logging the current role
Next
From: Robert Haas
Date:
Subject: Re: Assertion failure on UNLOGGED VIEW and SEQUENCE