Christopher Browne cbbrowne
Wed Nov 1 14:18:07 PST 2006
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 @NAMESPACE at .slonyVersionPatchlevel () is
>
>   
Patched, and I have added a note to check this in the release checklist.



More information about the Slony1-general mailing list