Re: BUG #14028: FATAL: cannot perform encoding conversion outside a transaction - Mailing list pgsql-bugs

From Noah Misch
Subject Re: BUG #14028: FATAL: cannot perform encoding conversion outside a transaction
Date
Msg-id 20160410205521.GA1779466@tornado.leadboat.com
Whole thread Raw
In response to Re: BUG #14028: FATAL: cannot perform encoding conversion outside a transaction  (Srivathson KK <srivathson.k@zohocorp.com>)
List 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 by date:

Previous
From: "David G. Johnston"
Date:
Subject: Re: BUG #14079: Issues with query
Next
From: Andres Freund
Date:
Subject: Re: [HACKERS] Breakage with VACUUM ANALYSE + partitions