elein elein
Sat Dec 11 22:49:51 PST 2004
Nevermind...AndrewSN found my error.
I was using option_item_id instead of option_item_literal.

--elein



On Sat, Dec 11, 2004 at 12:08:50PM -0800, elein wrote:
> 
> I'm working on adding node name to slonik.
> 
> I've got it working for where no node name
> is specified (first, do no harm :)
> 	init cluster (id=1, comment='fooey');
> 	store node (id=2, comment='fooey2');
> 
> But I'm still boogled by parser.y.
> 
> 	init cluster (id=1, name='one', comment='fooey');
> 	store node (id=2, name='two', comment='fooey2');
> 
> both generate syntax errors.
> Hopefully I've got a mismatch or typo somewhere in
> parser.y.
> 
> Can anyone review my parser.y changes so far?
> 
> --elein
> 


More information about the Slony1-general mailing list