Re: BUG #15598: PostgreSQL Error Code is not reported when connection terminated due to idle-in-transaction timeout
В списке pgsql-bugs по дате отправления:
| От | Tom Lane |
|---|---|
| Тема | Re: BUG #15598: PostgreSQL Error Code is not reported when connection terminated due to idle-in-transaction timeout |
| Дата | |
| Msg-id | 25293.1547829902@sss.pgh.pa.us обсуждение |
| Ответ на | BUG #15598: PostgreSQL Error Code is not reported when connectionterminated due to idle-in-transaction timeout (PG Bug reporting form <noreply@postgresql.org>) |
| Ответы |
Re: BUG #15598: PostgreSQL Error Code is not reported when connectionterminated due to idle-in-transaction timeout
|
| Список | pgsql-bugs |
=?utf-8?q?PG_Bug_reporting_form?= <noreply@postgresql.org> writes:
> postgres=# SET idle_in_transaction_session_timeout=500;
> SET
> postgres=# BEGIN;
> BEGIN
> postgres=# SELECT * FROM pg_class;
> FATAL: 25P03: terminating connection due to idle-in-transaction timeout
> LOCATION: ProcessInterrupts, postgres.c:2996
> server closed the connection unexpectedly
> This probably means the server terminated abnormally
> before or while processing the request.
This is not the default appearance of psql error reports.
I'd venture that you are setting VERBOSITY=verbose in your
environment, perhaps in ~/.psqlrc. If you want the same
behavior on your Windows machine, you need to do that there too.
regards, tom lane
В списке pgsql-bugs по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера