elein elein
Sat Dec 11 20:11:33 PST 2004
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