Re: SSI 2PC coverage

Поиск
Список
Период
Сортировка
От Kevin Grittner
Тема Re: SSI 2PC coverage
Дата
Msg-id 4E53A6150200002500040224@gw.wicourts.gov
обсуждение исходный текст
Ответ на Re: SSI 2PC coverage  (Heikki Linnakangas <heikki.linnakangas@enterprisedb.com>)
Ответы Re: SSI 2PC coverage  (Alvaro Herrera <alvherre@commandprompt.com>)
Список pgsql-hackers
Heikki Linnakangas <heikki.linnakangas@enterprisedb.com> wrote:

> Committed. I removed the second expected output file, and marked
> the prepared-transactions tests in the schedule as "ignore"
> instead. That way if max_prepared_transactions=0, you get a notice
> that the test case failed, but pg_regress still returns 0 as exit
> status.

Thanks!  Sorry I didn't get to it.  Things got really busy here.

> I did change the lexer slightly, to trim whitespace from the
> beginning and end of SQL blocks. This cuts the size of expected
> output a bit, and makes it look nicer anyway.

OK.  You missed the alternative outputs for a couple files.  These
are needed to get successful tests with
default_transaction_isolation = 'serializable' or 'repeatable read'.
Patch attached.

-Kevin


Вложения

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

Предыдущее
От: Steve Singer
Дата:
Сообщение: skip WAL on COPY patch
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Getting rid of pg_pltemplate