Re: 9.4.1211 release?

From: Vladimir Sitnikov <sitnikov(dot)vladimir(at)gmail(dot)com>
To: Pavel Raiskup <praiskup(at)redhat(dot)com>, pgsql-jdbc(at)postgresql(dot)org
Subject: Re: 9.4.1211 release?
Date: 2016-09-21 12:09:20
Message-ID: CAB=Je-G5+B2Wv_jiC79qGPdMHZp+dfXaRBKsP=1GS1c-6rvPNA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Pavel> Hi, github offers me 9.4.1211 release, but I haven't seen
announement. Can I
Pavel> consider this to be supported tarball?

9.4.1211 has indeed been released yesterday with a couple of changes:
* fixed json type regression (the bug first appeared in 9.4.1210)
* 'current transaction is aborted' exception includes the original
exception via caused-by chain

There's however a yet another regression since 9.4.1210: non-prepared
statements replace ? via $1, so
queries that use ? kind of operators are affected (see
https://github.com/pgjdbc/pgjdbc/issues/643 )

I suggest to schedule 9.4.1212 soon.

Vladimir

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Mithun Cy 2016-09-25 12:01:53 Re: Patch: Implement failover on libpq connect level.
Previous Message Dave Cramer 2016-09-21 12:04:37 Re: 9.4.1211 release?