Re: Prepared transactions vs novice DBAs, again

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема Re: Prepared transactions vs novice DBAs, again
Дата
Msg-id 49EF64B8.401@enterprisedb.com
обсуждение исходный текст
Ответ на Re: Prepared transactions vs novice DBAs, again  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Prepared transactions vs novice DBAs, again  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Tom Lane wrote:
> Heikki Linnakangas <heikki.linnakangas@enterprisedb.com> writes:
>> I think we should change the way we test it. Could we simply make 
>> max_prepared_transactions = 0 the default, but put 
>> "max_prepared_transactions = 5" into the config file in "make check"? 
> 
> That only works for make check, not make installcheck.

Configuration affects what can be tested in installcheck, that's quite 
natural. I would be happy with simply adding an alternative expected 
output file for min_prepared_xacts=0 case. Like we've done for xml test 
cases, for example, though that's a compile-time option.

Or we could print a notice if you run make installcheck against a server 
with max_prepared_transactions=0.

--   Heikki Linnakangas  EnterpriseDB   http://www.enterprisedb.com


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

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: Re: Prepared transactions vs novice DBAs, again
Следующее
От: Jeff Davis
Дата:
Сообщение: Re: Prepared transactions vs novice DBAs, again