[Pljava-dev] Preview of PL/Java 1.5.1 supporting PostgreSQL 9.6 and parallel query

From: Chapman Flack <chap(at)anastigmatix(dot)net>
To:
Subject: [Pljava-dev] Preview of PL/Java 1.5.1 supporting PostgreSQL 9.6 and parallel query
Date: 2016-10-30 22:32:15
Message-ID: 581674EF.4000101@anastigmatix.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pljava-dev

I have just created pull-request #109
https://github.com/tada/pljava/pull/109

which will begin a countdown to a 1.5.1 PL/Java release supporting
PostgreSQL 9.6 and new 9.6 features including parallel query.

There is a wiki page about the new capabilities:

https://github.com/tada/pljava/wiki/Parallel-query-and-PLJava

Anyone with a bit of time to test (even if only to test that the
build succeeds in your environment), please do so. The code can
currently be built from the branch

trackpg/REL1_5_STABLE/pg96

and, after the pull request is merged, it will be available to build
from the branch

REL1_5_STABLE

-Chap
_______________________________________________
Pljava-dev mailing list
Pljava-dev(at)lists(dot)pgfoundry(dot)org
http://lists.pgfoundry.org/mailman/listinfo/pljava-dev

Browse pljava-dev by date

  From Date Subject
Next Message er.sumitwadhwa 2016-11-15 00:46:09 [Pljava-dev] PL/JAVA extension Compile Error
Previous Message Chapman Flack 2016-10-25 05:41:51 [Pljava-dev] PL/Java testing branch for PostgreSQL 9.6 support