pgsql: Backpatch of 7a58d19b0 to 9.4, previously omitted. - Mailing list pgsql-committers

From Andres Freund
Subject pgsql: Backpatch of 7a58d19b0 to 9.4, previously omitted.
Date
Msg-id E1aSim5-0007ez-Sb@gemulon.postgresql.org
Whole thread Raw
Responses Re: pgsql: Backpatch of 7a58d19b0 to 9.4, previously omitted.  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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@BPXM05GP.gisp.nec.co.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(-)


pgsql-committers by date:

Previous
From: Andres Freund
Date:
Subject: pgsql: Fix overeager pushdown of HAVING clauses when grouping sets are
Next
From: Tom Lane
Date:
Subject: Re: pgsql: Backpatch of 7a58d19b0 to 9.4, previously omitted.