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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: srivathson(dot)k(at)zohocorp(dot)com
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #14028: FATAL: cannot perform encoding conversion outside a transaction
Date: 2016-03-17 23:36:24
Message-ID: 16750.1458257784@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

srivathson(dot)k(at)zohocorp(dot)com writes:
> Bug reference: 14028
> Logged by: Srivathson KK
> Email address: srivathson(dot)k(at)zohocorp(dot)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

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2016-03-18 00:18:47 Re: postmaster became multithreaded during startup
Previous Message Tom Lane 2016-03-17 23:33:47 Re: BUG #14025: Unable to validate constraints