Re: BUG #14028: FATAL: cannot perform encoding conversion outside a transaction

Поиск
Список
Период
Сортировка
От Noah Misch
Тема Re: BUG #14028: FATAL: cannot perform encoding conversion outside a transaction
Дата
Msg-id 20160410205521.GA1779466@tornado.leadboat.com
обсуждение исходный текст
Ответ на Re: BUG #14028: FATAL: cannot perform encoding conversion outside a transaction  (Srivathson KK <srivathson.k@zohocorp.com>)
Список pgsql-bugs
On Mon, Mar 21, 2016 at 04:32:43PM +0530, Srivathson KK wrote:
> Btw, may I know why it is still in Todo list?

I assume you mean this TODO item:

  |Windows: Cache MessageEncoding conversion for use outside transactions
  * http://www.postgresql.org/message-id/20150812055719.GA1945333@tornado.leadboat.com

The changes in 9.4.5 stopped the "cannot perform encoding conversion outside a
transaction" errors and fixed things completely for Korean-locale databases.
For a database encoding having no Windows code page, such LATIN8, we still
make mojibake with a non-ASCII message written outside a transaction.  The
TODO item would fix that.

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

Предыдущее
От: "David G. Johnston"
Дата:
Сообщение: Re: BUG #14079: Issues with query
Следующее
От: Andres Freund
Дата:
Сообщение: Re: [HACKERS] Breakage with VACUUM ANALYSE + partitions