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

From Srivathson KK
Subject Re: BUG #14028: FATAL: cannot perform encoding conversion outside a transaction
Date
Msg-id 15398d75962.11226fa5412889.4429713972401504333@zohocorp.com
Whole thread Raw
In response to Re: BUG #14028: FATAL: cannot perform encoding conversion outside a transaction  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: BUG #14028: FATAL: cannot perform encoding conversion outside a transaction
List pgsql-bugs
Thanks Tom, Its working!



Btw, may I know why it is still in Todo list?



Regards,

Srivathson.


---- On Fri, 18 Mar 2016 05:06:24 +0530 Tom Lane <tgl@sss.pgh.pa.us>wrote ----




srivathson.k@zohocorp.com writes:

> Bug reference: 14028

> Logged by: Srivathson KK

> Email address: srivathson.k@zohocorp.com

> PostgreSQL version: 9.4.0

> Operating system: Windows Server 2008 R2 - Korean

> Description:



> I m trying to install PostgreSQL server 9.4.0 in Korean Windows Server 2008

> R2 operating system.



> I performed initdb using the command (initdb.exe -D ..\data -U postgres

> --no-locale -E UTF8).



> I m trying to start database server using the command (pg_ctl.exe -D ..\data

> start). I ended up with the following error.



> FATAL: cannot perform encoding conversion outside a transaction



The release notes for 9.4.5 mention a bug fix that seems to match

this symptom. Please update.



            regards, tom lane

pgsql-bugs by date:

Previous
From: Artur Zakirov
Date:
Subject: Re: BUG #14032: trigram index is not used for '=' operator
Next
From: Tom Lane
Date:
Subject: Re: BUG #14033: cross-compilation to ARM fails