Re: regresssion script hole

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: regresssion script hole
Дата
Msg-id 18772.1150726578@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: regresssion script hole  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
I wrote:
> 8.0 pg_regress:
>         postmaster_options="$postmaster_options -c listen_addresses=''"
> 8.1 pg_regress:
>         postmaster_options="$postmaster_options -c listen_addresses="

and in fact here's the commit that changed that:

2005-06-19 22:26  tgl
* src/test/regress/pg_regress.sh: Change shell syntax that seemsnot to work right on FreeBSD 6-CURRENT buildfarm
machines.

So apparently it's some generic disease of the BSD shell.  I should have
back-patched at the time but did not.  Will take care of it.

On the timezone search business, it's still the case that HEAD will
search through all the timezones if it's not given an explicit setting
(eg an explicit environment TZ value).  We could suppress that by having
pg_regress set TZ, but then the regression tests wouldn't exercise the
search code at all, which is probably not a great idea.
        regards, tom lane


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

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: Re: regresssion script hole
Следующее
От: Andrew Dunstan
Дата:
Сообщение: Re: regresssion script hole