Thu Aug 3 14:02:53 PDT 2006
- Previous message: [Slony1-general] Testing - 1.2.0 RC2
- Next message: [Slony1-general] Slony keeps trying (and failing) when subscribing sequence
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I think the following line in slonik.c line 1950: if (adminfo->pg_version > 70300) /* 7.2 and lower */ Should be: if (adminfo->pg_version < 70300) /* 7.2 and lower */ Because I'm trying to run update functions and getting an error: <stdin>:7: unsupported PostgreSQL version 8.1 <stdin>:7: could not open file /usr/share/slony1/slony1_funcs.v00.sql I made this change and it ran fine. -Steve Wormley
- Previous message: [Slony1-general] Testing - 1.2.0 RC2
- Next message: [Slony1-general] Slony keeps trying (and failing) when subscribing sequence
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-general mailing list