bugzilla-daemon at main.slony.info bugzilla-daemon at main.slony.info
Fri Aug 13 20:00:34 PDT 2010
http://www.slony.info/bugzilla/show_bug.cgi?id=75

--- Comment #7 from Jan Wieck <janwieck at yahoo.com> 2010-08-13 20:00:34 PDT ---
This is wrong. The problem is actually in src/slonik/dbutils.c (I know, it's
always a mistake to have identically named files in multiple directories).

There, db_connect() doesn't use PQexec() to set the datestyle, but it uses
db_exec_command(), which automatically starts a transaction if none is open
yet. That transaction needs to be committed by db_connect() via
db_xact_commit().

-- 
Configure bugmail: http://www.slony.info/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


More information about the Slony1-bugs mailing list