Hot Standy introduced problem with query cancel behavior

Поиск
Список
Период
Сортировка
От Kris Jurka
Тема Hot Standy introduced problem with query cancel behavior
Дата
Msg-id alpine.BSO.2.00.0912261948550.5784@leary.csoft.net
обсуждение исходный текст
Ответы Re: Hot Standy introduced problem with query cancel behavior  (Simon Riggs <simon@2ndQuadrant.com>)
Список pgsql-hackers
The JDBC driver's regression test suite has revealed a change in behavior 
introduced by the hot standy patch.  Previously when a client sent a 
cancel request on an idle connection, nothing happened.  Now it sends an 
error message "ERROR: canceling statement due to user request".  This 
confuses the driver's protocol handling and it thinks that the error 
message is for the next statement issued.

Attached is a test case.

Kris Jurka

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

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: Hot Standby and cancelling idle queries
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Removing pg_migrator limitations