Re: Unreproducible bug in snapshot import code

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: Unreproducible bug in snapshot import code
Дата
Msg-id 1319476054-sup-6358@alvh.no-ip.org
обсуждение исходный текст
Ответ на Unreproducible bug in snapshot import code  (Gurjeet Singh <singh.gurjeet@gmail.com>)
Ответы Re: Unreproducible bug in snapshot import code
Список pgsql-hackers
Excerpts from Gurjeet Singh's message of lun oct 24 13:55:44 -0300 2011:

>     Starting from line 89 of terminal1.txt we see this snippet:
> 
> postgres=# rollback;
> ROLLBACK
> postgres=# begin TRANSACTION ;
> BEGIN
> postgres=# set transaction snapshot '000002C8-1';
> ERROR:  SET TRANSACTION SNAPSHOT must be called before any query
> postgres=# rollback;
> ROLLBACK
> 
> 
>     As you can see the SET TRANSACTION SNAPSHOT was the first statement in
> that transaction, and yet the ERROR message says that it is not.

Maybe the tab-completion feature issued a query before the set
transaction command.

-- 
Álvaro Herrera <alvherre@commandprompt.com>
The PostgreSQL Company - Command Prompt, Inc.
PostgreSQL Replication, Consulting, Custom Development, 24x7 support


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

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: Re: Range Types - typo + NULL string constructor
Следующее
От: desmodemone
Дата:
Сообщение: Re: [9.1] unusable for large views