Jeff Davis wrote:
> It looks like slonyVersionPatchlevel() returns 0 on version 1.2.1 RC1.
> This seems to prevent the slon daemon from starting.
>
> Regards,
> Jeff Davis
>
> ------------------------------------------------------------------------
>
> --- slony1-1.2.1-rc1.orig/src/backend/slony1_funcs.sql 2006-10-30
> 06:46:17.000000000 -0800
> +++ slony1-1.2.1-rc1/src/backend/slony1_funcs.sql 2006-11-01
> 09:54:31.000000000 -0800
> @@ -430,7 +430,7 @@
> returns int4
> as '
> begin
> - return 0;
> + return 1;
> end;
> ' language plpgsql;
> comment on function @[EMAIL PROTECTED] () is
>
>
Patched, and I have added a note to check this in the release checklist.
_______________________________________________
Slony1-general mailing list
[email protected]
http://gborg.postgresql.org/mailman/listinfo/slony1-general