Re: vacuumdb failed

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: vacuumdb failed
Дата
Msg-id 20736.967665213@sss.pgh.pa.us
обсуждение исходный текст
Ответ на RE: vacuumdb failed  ("Hiroshi Inoue" <Inoue@tpf.co.jp>)
Список pgsql-general
"Hiroshi Inoue" <Inoue@tpf.co.jp> writes:
> The following is an example which doesn't release the reference count.
> Neither CommitTransaction() nor AbortTransaction() is called after '\q'

> begin;
> declare myc cursor for select * from ..;
> fetch in myc;
> \q

Hmm, you are right.  Looks like normal exit from PostgresMain() should,
but does not, call AbortCurrentTransaction().  Any objections?

            regards, tom lane

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

Предыдущее
От: "Adam Lang"
Дата:
Сообщение: Re: Install from source
Следующее
От: Marcin Mazurek
Дата:
Сообщение: rules or trigers?