Re: [GENERAL] [Q] LOG: failed to commit client_encoding

2009-03-29 Thread Tom Lane
"V S P" writes: > What does this LOG string mean, and what should I do? That's supposed to be a can't-happen case. How did you provoke it exactly? (No, you didn't provide enough detail for someone else to reproduce it...) Are you by any chance using database encoding mule_internal? That's the

[GENERAL] [Q] LOG: failed to commit client_encoding

2009-03-29 Thread V S P
Hi, I am seeing this error in my concole (winXP) log using Pg 8.3 UTF-8 encoding client is Pg ODBC latest, every time I open a connection I set client encoding to UTF-8 (to make sure my C++ app is getting via ascii version of pgODBC the UTF-8 strings). "SET client_encoding='UTF8'" What does thi