Re: regresssion script hole

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема Re: regresssion script hole
Дата
Msg-id 4496B1A8.6090205@dunslane.net
обсуждение исходный текст
Ответ на Re: regresssion script hole  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Tom Lane wrote:
> Oh, I think I see the problem:
>
> 8.0 pg_regress:
>
>     if [ "$unix_sockets" = no ]; then
>         postmaster_options="$postmaster_options -c listen_addresses=$hostname"
>     else
>         postmaster_options="$postmaster_options -c listen_addresses=''"
>     fi
>
> 8.1 pg_regress:
>
>     if [ "$unix_sockets" = no ]; then
>         postmaster_options="$postmaster_options -c listen_addresses=$hostname"
>     else
>         postmaster_options="$postmaster_options -c listen_addresses="
>     fi
>
>     
>   

Good catch! I'm impressed! This is surely the heart of the problem.

That change (from rev 1.56) clearly needs to be backported to 8.0.

cheers

andrew



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: regresssion script hole
Следующее
От: "Bort, Paul"
Дата:
Сообщение: Re: Rethinking stats communication mechanisms