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

From Mark Kirkwood
Subject Re: WIP - Add ability to constrain backend temporary file space
Date
Msg-id 4D5EE255.7010507@catalyst.net.nz
Whole thread Raw
In response to Re: WIP - Add ability to constrain backend temporary file space  (Robert Haas <robertmhaas@gmail.com>)
Responses Re: WIP - Add ability to constrain backend temporary file space  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
On 19/02/11 02:34, Robert Haas wrote:
>
> 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?
>

Added. With respect to the datatype, using int with KB units means the 
largest temp size is approx 2047GB - I know that seems like a lot now... 
but maybe someone out there wants (say) their temp files limited to 
4096GB :-)

Cheers

Mark


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: review: FDW API
Next
From: Mark Kirkwood
Date:
Subject: Re: WIP - Add ability to constrain backend temporary file space