Sachin Srivastava sachin.srivastava at enterprisedb.com
Tue Jul 14 04:37:25 PDT 2009
When i run the slonik command i get this warning:

/Possible unsupported PostgreSQL version (80400) 8.4, defaulting to 8.3 =

support.

Did we miss something like this:

/=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
RCS file: /slony1/slony1-engine/src/slonik/slonik.c,v
retrieving revision 1.92
diff -c -r1.92 slonik.c
*** src/slonik/slonik.c    11 Jun 2009 19:03:45 -0000    1.92
--- src/slonik/slonik.c    14 Jul 2009 11:37:01 -0000
***************
*** 1799,1810 ****
           use_major =3D 8;
           use_minor =3D 3;
       }
!     else    /* above 8.3 ??? */
       {
           use_major =3D 8;
!         use_minor =3D 3;
           printf("%s:%d: Possible unsupported PostgreSQL "
!             "version (%d) %d.%d, defaulting to 8.3 support\n",
                           stmt->stmt_filename, stmt->stmt_lno, =

adminfo->pg_version,
               (adminfo->pg_version/10000), =

((adminfo->pg_version%10000)/100));
       }
--- 1799,1815 ----
           use_major =3D 8;
           use_minor =3D 3;
       }
!     else if ((adminfo->pg_version >=3D 80400) && (adminfo->pg_version < =

80500)) /* 8.4 */
       {
           use_major =3D 8;
!         use_minor =3D 4;
!     }
!     else    /* above 8.4 ??? */
!     {
!         use_major =3D 8;
!         use_minor =3D 4;
           printf("%s:%d: Possible unsupported PostgreSQL "
!             "version (%d) %d.%d, defaulting to 8.4 support\n",
                           stmt->stmt_filename, stmt->stmt_lno, =

adminfo->pg_version,
               (adminfo->pg_version/10000), =

((adminfo->pg_version%10000)/100));
       }

-- =

Regards,
Sachin Srivastava
www.enterprisedb.com

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.slony.info/pipermail/slony1-bugs/attachments/20090714/360=
e3052/attachment.htm


More information about the Slony1-bugs mailing list