Wed Oct 21 06:43:37 PDT 2009
- Previous message: [Slony1-general] PGRES_FATAL_ERROR ERROR: cannot change return type of existing function
- Next message: [Slony1-general] PGRES_FATAL_ERROR ERROR: cannot change return type of existing function
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
--- On Wed, 21/10/09, Christopher Browne <cbbrowne at ca.afilias.info> 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 @NAMESPACE at .ddlScript_complete > (int4, text, int4); -- Needed because function > signature has changed! > + > create or replace function @NAMESPACE at .ddlScript_complete > (int4, text, int4) > returns bigint > as $$ > @@ -5063,6 +5065,7 @@ > -- > -- Reset the relnames > -- > ---------------------------------------------------------------------- > +drop function if exists @NAMESPACE at .updateReloid (int4, > int4); > create or replace function @NAMESPACE at .updateReloid (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
- Previous message: [Slony1-general] PGRES_FATAL_ERROR ERROR: cannot change return type of existing function
- Next message: [Slony1-general] PGRES_FATAL_ERROR ERROR: cannot change return type of existing function
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-general mailing list