Re: Add regression tests for autocommit-off mode for psql and fix some omissions

Поиск
Список
Период
Сортировка
От Feike Steenbergen
Тема Re: Add regression tests for autocommit-off mode for psql and fix some omissions
Дата
Msg-id CAK_s-G3MnZRQ8F1=TJ82=qjUU-HGvnyep0wR8h2uYGwb8tq7hQ@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Add regression tests for autocommit-off mode for psql and fix some omissions  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Add regression tests for autocommit-off mode for psql and fix some omissions  (Jim Nasby <Jim.Nasby@BlueTreble.com>)
Список pgsql-hackers
It would test that when setting AUTOCOMMIT to off that you will not run into:

ERROR: [...] cannot run inside a transaction block

when issuing one of these PreventTransactionChain commands. In
src/bin/psql/common.c



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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: Last Commitfest patches waiting review
Следующее
От: Andres Freund
Дата:
Сообщение: Re: Patch to support SEMI and ANTI join removal