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

From Tom Lane
Subject Re: BUG #14028: FATAL: cannot perform encoding conversion outside a transaction
Date
Msg-id 16750.1458257784@sss.pgh.pa.us
Whole thread Raw
In response to BUG #14028: FATAL: cannot perform encoding conversion outside a transaction  (srivathson.k@zohocorp.com)
Responses Re: BUG #14028: FATAL: cannot perform encoding conversion outside a transaction  (Srivathson KK <srivathson.k@zohocorp.com>)
List pgsql-bugs
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: Tom Lane
Date:
Subject: Re: BUG #14025: Unable to validate constraints
Next
From: Tom Lane
Date:
Subject: Re: postmaster became multithreaded during startup