Warning messages appearing twice

Поиск
Список
Период
Сортировка
От vignesh C
Тема Warning messages appearing twice
Дата
Msg-id CALDaNm2MMj4iQQvVzsSnZ=WiZxEM-6=4UGD0JxsWO66twoOAug@mail.gmail.com
обсуждение исходный текст
Ответы Re: Warning messages appearing twice  (Dilip Kumar <dilipbalaut@gmail.com>)
Список pgsql-hackers
Hi,

I have noticed in some cases the warning messages appear twice, one such instance is given below:
postgres=# begin;
BEGIN
postgres=# prepare transaction 't1';
PREPARE TRANSACTION
postgres=# rollback;
WARNING:  there is no transaction in progress
WARNING:  there is no transaction in progress

ROLLBACK

However if logging is enabled, the warning message appears only once.

I'm not sure if this is already known.
I'm not sure if this is widely used scenario or not.

Regards,
Vignesh
EnterpriseDB: http://www.enterprisedb.com

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

Предыдущее
От: Kyotaro Horiguchi
Дата:
Сообщение: pqParseInput3 overruns
Следующее
От: Dilip Kumar
Дата:
Сообщение: Re: POC: Cleaning up orphaned files using undo logs