Обсуждение: pgsql: Backpatch of 7a58d19b0 to 9.4, previously omitted.

Поиск
Список
Период
Сортировка

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

От
Andres Freund
Дата:
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(-)


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

От
Tom Lane
Дата:
Andres Freund <andres@anarazel.de> writes:
> 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.

[ scratches head... ]  I don't know how I missed noticing while preparing
the release notes that there wasn't a REL9_4_STABLE line for that.
Thanks for taking care of it.

            regards, tom lane