Christopher Browne wrote:
> Mark Stosberg <[EMAIL PROTECTED]> writes:
>> Using Slony 1.2.6, when  I try
>>
>>   SELECT _production.generate_sync_event('10 minutes');
>>
>> I get:
>>
>>     schema ""_production"" does not exist.
>>
>>
>> It seems to get quoted too many times.  The schema definitely exists.
>> This works:
>>
>>   SELECT _production.sl_status;
>>
>> This is on FreeBSD 4.10 with PostgreSQL 8.1. Perhaps there's an issue
>> with this OS having an older toolchain?
> 
> There may still be a quoting problem in this :-(.  There was one a while 
> back...
> 
> Hmm.  Obviously I need to add a regression test for this.  That ought
> to keep this problem down...

I there are some related recent 'commits' for this in CVS now. Is it
expected to be safe to put "CVS HEAD" into production now, or should I
wait for the next release, or try to apply just this related patches?

Thanks for the patches, Christopher. I looked into trying to add an
automated test for this, but I think I'll need to wait for the
test-writing HOWTO before I feel comfortable with the customized test suite.

  Mark


_______________________________________________
Slony1-general mailing list
[email protected]
http://gborg.postgresql.org/mailman/listinfo/slony1-general

Reply via email to