Re: Strange Windows problem, lock_timeout test request

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: Strange Windows problem, lock_timeout test request
Дата
Msg-id 20130131142246.GA4883@alvh.no-ip.org
обсуждение исходный текст
Ответ на Re: Strange Windows problem, lock_timeout test request  (Zoltán Böszörményi <zb@cybertec.at>)
Ответы Re: Strange Windows problem, lock_timeout test request  (Zoltán Böszörményi <zb@cybertec.at>)
Список pgsql-hackers
Zoltán Böszörményi wrote:

> I have found a little time to look into this problem and
> found a way to make pg_regress use prepared_xacts_1.out.
> I had to change line 2193 in pg_regress.c from
>
>     fputs("max_prepared_transactions = 2\n", pg_conf);
>
> to
>
>     fputs("max_prepared_transactions = 0\n", pg_conf);
>
> The patch now passed "make check" in both cases.

That sounds a lot more difficult than just using "make installcheck" and
configure the running server with zero prepared xacts ...

--
Álvaro Herrera                http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training & Services



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

Предыдущее
От: Ali Dar
Дата:
Сообщение: Re: information schema parameter_default implementation
Следующее
От: Zoltán Böszörményi
Дата:
Сообщение: Re: Strange Windows problem, lock_timeout test request