Christopher Browne cbbrowne
Thu Jul 13 13:15:50 PDT 2006
Darcy Buskermolen wrote:
> On Tuesday 11 July 2006 11:38, Darcy Buskermolen wrote:
>   
>> On Tuesday 11 July 2006 09:43, Christopher Browne wrote:
>>     
>>> I have set up tarballs for a first release candidate; Jan should be
>>> uploading those soon, and I'll see about updating the web site when they
>>> are uploaded...
>>>       
>> Umm re-wrap RC-.  code in CVS would not compile on older versions of GCC.
>> (you can't declare vars in the middle of a control block).  I have since
>> fixed this.
>>     
>
> Ok there is more breakage under olderversions of PG.  For example continue is 
> not a valid loop destructor in plpgsql for PG versions prior to 8.1
>   We will need to refactor slon_quote_input to not use these features.  I'll 
> look at this a bit later but my available time to work on this is somewhat 
> limited.  Any chance you can look at this Jan since you were the last to 
> alter this function.
>   
I'm looking at it; the CONTINUE looks to be relatively unproblematic to
get rid of as it's not an escape from a deep control structure.

There's still something with a couple of exceptions; probably that we
need to have variables for them rather than computing things dynamically
in the RAISE request...




More information about the Slony1-general mailing list