Re: posix_fadvise v22

Поиск
Список
Период
Сортировка
От Greg Stark
Тема Re: posix_fadvise v22
Дата
Msg-id 262184F8-1206-4E2C-B50F-9FF84E63C1B6@enterprisedb.com
обсуждение исходный текст
Ответ на Re: posix_fadvise v22  ("Robert Haas" <robertmhaas@gmail.com>)
Ответы Re: posix_fadvise v22  ("Robert Haas" <robertmhaas@gmail.com>)
Re: posix_fadvise v22  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-hackers
Sorry for top-posting -- phone mail client sucks.

I thought the autoconf ac_run_check was the test that people were  
questioning. That calls posix_fadvise to see if it crashes at  
configure time.

The guc run-time check is checking for known-buggy versions of glibc  
using sysconf to check what version of glibc you have.

-- 
Greg


On 1 Jan 2009, at 23:11, "Robert Haas" <robertmhaas@gmail.com> wrote:

>> Now that there's an actual run-time sysconf check for the buggy  
>> glibc called
>> by the guc function we arguably don't need the autoconf check_run  
>> check
>> anymore anyways.
>
> Isn't that the check I just removed for you, or are you talking about
> some other check that can also be removed?
>
> ...Robert


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

Предыдущее
От: "Alex Hunsaker"
Дата:
Сообщение: Re: Significantly larger toast tables on 8.4?
Следующее
От: "Robert Haas"
Дата:
Сообщение: Re: posix_fadvise v22