--- On Wed, 21/10/09, Christopher Browne <[email protected]> wrote:
> > The following patch should rectify this... > > Index: slony1_funcs.sql > =================================================================== > RCS file: > /home/cvsd/slony1/slony1-engine/src/backend/slony1_funcs.sql,v > retrieving revision 1.145.2.19 > diff -c -u -r1.145.2.19 slony1_funcs.sql > cvs diff: conflicting specifications of output style > --- slony1_funcs.sql 23 Sep 2009 16:14:32 > -0000 1.145.2.19 > +++ slony1_funcs.sql 21 Oct 2009 12:32:57 > -0000 > @@ -3643,6 +3643,8 @@ > -- > -- Generate the DDL_SCRIPT event > -- > ---------------------------------------------------------------------- > +drop function if exists @[email protected]_complete > (int4, text, int4); -- Needed because function > signature has changed! > + > create or replace function @[email protected]_complete > (int4, text, int4) > returns bigint > as $$ > @@ -5063,6 +5065,7 @@ > -- > -- Reset the relnames > -- > ---------------------------------------------------------------------- > +drop function if exists @[email protected] (int4, > int4); > create or replace function @[email protected] (int4, > int4) > returns bigint > as $$ > > That's working and committed to 2.0 + HEAD. > That's cool, just a note that I was upgrading to 1.2.17 when I got this, not 2.0.x _______________________________________________ Slony1-general mailing list [email protected] http://lists.slony.info/mailman/listinfo/slony1-general
