On Thu, Nov 29, 2012 at 12:32 AM, Sandeep Thakkar <[email protected]> wrote: > Hi > > I'm using Slony-I-2.1.2 against PostgreSQL 9.2.1. I see the following > message: > > $ bin/slonik /tmp/init_cluster.slonik > /tmp/init_cluster.slonik:8: Possible unsupported PostgreSQL version (90201) > 9.2, defaulting to 8.4 support > /tmp/init_cluster.slonik:14: Possible unsupported PostgreSQL version (90201) > 9.2, defaulting to 8.4 support > > Though the script executed fine, but the above warnings says that PostrgeSQL > version 9.2 is not supported. But, I guess 2.1.2 is supported on Pg9.2, > right? > Why this message then?
The reason is pretty simple... Slony 2.1.2 was released on 2012-08-24. PostgreSQL 9.1 was released on 2012-09-10. So at the time that your Slony release was released, there was not yet a PostgreSQL 9.2. I'll change the code that recognizes 9.x to include 9.2 as a recognized version; the issue is indeed pretty benign. _______________________________________________ Slony1-general mailing list [email protected] http://lists.slony.info/mailman/listinfo/slony1-general
