pgsql: Backpatch of 7a58d19b0 to 9.4, previously omitted.

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Backpatch of 7a58d19b0 to 9.4, previously omitted.
Date: 2016-02-08 10:10:29
Message-ID: E1aSim5-0007ez-Sb@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Backpatch of 7a58d19b0 to 9.4, previously omitted.

Apparently by accident the above commit was backpatched to all supported
branches, except 9.4. This appears to be an error, as the issue is just
as present there.
Given the short amount of time before the next minor release, and given
the issue is documented to be fixed for 9.4, it seems like a good idea
to push this now.

Original-Author: Michael Meskes
Discussion: 75DB81BEEA95B445AE6D576A0A5C9E9364CBC11F(at)BPXM05GP(dot)gisp(dot)nec(dot)co(dot)jp

Branch
------
REL9_4_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/33b26426ebe993b0f59e9b7683db2dcf2f7ad2dd

Modified Files
--------------
src/interfaces/ecpg/include/datetime.h | 4 ++--
src/interfaces/ecpg/include/decimal.h | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2016-02-08 14:37:38 Re: pgsql: Backpatch of 7a58d19b0 to 9.4, previously omitted.
Previous Message Andres Freund 2016-02-08 10:06:25 pgsql: Fix overeager pushdown of HAVING clauses when grouping sets are