Re: AutoCommit GUC breaks CLI tools...

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: AutoCommit GUC breaks CLI tools...
Дата
Msg-id 6871.1030944978@sss.pgh.pa.us
обсуждение исходный текст
Ответ на AutoCommit GUC breaks CLI tools...  (Sean Chittenden <sean@chittenden.org>)
Список pgsql-hackers
Sean Chittenden <sean@chittenden.org> writes:
> This is pretty chump and easy to get around, but it took me a sec to
> figure this out.  Anyway, the short and skinny being that with the new
> AutoCommit GUC turned off, create(lang|db) won't work until you bail
> out of the transaction.  A quick hack would be to insert an "ABORT;"
> in each of the CLI tools.  Anyone have any thoughts on the best way to
> solve this?  -sc

Well, like I was saying earlier, I think there is a *lot* of client-side
code that is not ready for this.  I would not have thrown in the
autocommit backend feature at all, except that we need it to run the
NIST SQL-spec-compliance tests.

The answer for createlang is probably to throw a BEGIN and a COMMIT
around each command --- that should make it work in either autocommit
on or off modes.  We'll have to see how well that scales to other stuff.
        regards, tom lane


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: RULE regression test failure
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: AutoCommit GUC breaks CLI tools...