[JDBC] "Cached plan must not change result type" error when switching search_path via explicit execution of SET SEARCH_PATH = ...

Поиск
Список
Период
Сортировка
От Al Presseller
Тема [JDBC] "Cached plan must not change result type" error when switching search_path via explicit execution of SET SEARCH_PATH = ...
Дата
Msg-id 020201d27691$072841e0$1578c5a0$@commoninf.com
обсуждение исходный текст
Ответы Re: [JDBC] "Cached plan must not change result type" error whenswitching search_path via explicit execution of SET SEARCH_PATH = ...  (Vladimir Sitnikov <sitnikov.vladimir@gmail.com>)
Re: "Cached plan must not change result type" error whenswitching search_path via explicit execution of SET SEARCH_PATH = ...  (Vladimir Sitnikov <sitnikov.vladimir@gmail.com>)
Список pgsql-jdbc

The fix for issue #496 ("Cached plan must not change result type" when using PreparedStatement cache across schemas) doesn’t work when the default schema is being assigned via explicit execution of a SET statement that renders the search_path keyword in UPPER CASE.   

 

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

Предыдущее
От: Jorge Solórzano
Дата:
Сообщение: Re: [HACKERS] [JDBC] SEGFAULT in HEAD with replication
Следующее
От: Vladimir Sitnikov
Дата:
Сообщение: Re: "Cached plan must not change result type" error whenswitching search_path via explicit execution of SET SEARCH_PATH = ...