Richard Yen dba at richyen.com
Thu Apr 24 16:24:26 PDT 2008
Hi,

Currently using slony-1.2.12

I was having issues with slony_logshipper reading in at_counter  
incorrectly from the logfiles.  I moved parser.y:337 to line 332  
(right under the slon_mkquery call).  Things seem to work now.  Seems  
like the free() calls come too early?

Is this an known issue, or maybe it's just me?  That snipped of code  
is the same in 1.2.13

Also, as the logshipping runs, it looks like the logfiles that get  
generated are not handling the single quotes properly?  Output below:

ERROR 2008-04-24 16:17:32 > PGRES_FATAL_ERROR: ERROR:  syntax error at  
or near "Cahier"
LINE 1: ..._count, compare_to_database) values ('1969048', ''Cahier  
d'u...
                                                              ^
Query was: insert into "public"."m_object_paper" (id, title,  
x_firstname, x_lastname, char_length, word_count, grade, grade_note,  
overwriteflag, is_indexed, folder, "assignment", "owner", node,  
page_count, compare_to_database) values ('1969048', ''Cahier d'un  
retour au pays natal' is prinicpally defined by violence. Discuss',  
'Charlotte', 'Byrne', '10937', '1689', NULL, NULL, 't', 'f', '0',  
'88981', '445800', '2', NULL, '1000100000000000000000100000000000101');
WARN  2008-04-24 16:17:32 > waiting for resume

--Richard


More information about the Slony1-general mailing list