Re: 2GB limit for temp_file_limit on 32bit platform

Поиск
Список
Период
Сортировка
От Pavel Stehule
Тема Re: 2GB limit for temp_file_limit on 32bit platform
Дата
Msg-id CAFj8pRAO5G=EPTdn8883MopT+vaFMV5r+9C5cbfRwNB_W2nsGA@mail.gmail.com
обсуждение исходный текст
Ответ на Re: 2GB limit for temp_file_limit on 32bit platform  (Pavel Stehule <pavel.stehule@gmail.com>)
Список pgsql-hackers
2012/7/20 Pavel Stehule <pavel.stehule@gmail.com>:
> 2012/7/20 Tom Lane <tgl@sss.pgh.pa.us>:
>> Pavel Stehule <pavel.stehule@gmail.com> writes:
>>> I did a backport of temp_file_limit feature to 9.1, but when we tested
>>> this patch, we found very restristrictive limit to 2GB.
>>
>>> 2GB is nonsense, because this is session limit of temp files, and
>>> these files should be longer than 2GB.
>>
>> This claim is nonsense.  The variable's value is measured in KB, so the
>> effective limit is actually 2TB not 2GB.
>
> you have true - it works on 9.2. The problem will be somewhere in
> backport on 9.1

it works well with 9.1.4, but not with 9.1.3

>
> sorry for false alarm
>
> Regards
>
> Pavel Stěhule
>
>>
>>                         regards, tom lane


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Pavel Stehule
Дата:
Сообщение: Re: 2GB limit for temp_file_limit on 32bit platform
Следующее
От: Tom Lane
Дата:
Сообщение: Re: row literal problem