Re: Postgres 11 release notes

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: Huong Dangminh <huo-dangminh(at)ys(dot)jp(dot)nec(dot)com>
Cc: David Rowley <david(dot)rowley(at)2ndquadrant(dot)com>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>, Akio Iwaasa <aki-iwaasa(at)vt(dot)jp(dot)nec(dot)com>
Subject: Re: Postgres 11 release notes
Date: 2018-05-15 19:44:37
Message-ID: 20180515194437.GC28026@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-www

On Tue, May 15, 2018 at 06:40:18AM +0000, Huong Dangminh wrote:
> Hi,
>
> > From: David Rowley [mailto:david(dot)rowley(at)2ndquadrant(dot)com]
> > Sent: Tuesday, May 15, 2018 3:01 PM
> > To: Bruce Momjian <bruce(at)momjian(dot)us>
> > Cc: Đặng Minh Hướng <kakalot49(at)gmail(dot)com>; PostgreSQL-development
> > <pgsql-hackers(at)postgresql(dot)org>
> > Subject: Re: Postgres 11 release notes
> >
> > On 15 May 2018 at 08:28, Bruce Momjian <bruce(at)momjian(dot)us> wrote:
> > > Consistently return <literal>NaN</literal> for
> > > <literal>NaN</literal> inputs to <function>power()</literal>
> > > on older platforms (Dang Minh Huong)
> >
> > While I'm not in favour of removing Dang's credit here, technically this
> > patch was Tom's. The code added in float.c by Dang's patch
> > (61b200e2f) was effectively reverted by 6bdf1303. Dang's regression tests
> > remain, so should also be credited along with Tom.
>
> Thanks David, I agreed.
> Also 6bdf1303 should be included like below,
>
> <!--
> Branch: master [6bdf1303b] Avoid wrong results for power() with NaN
> +Branch: master [61b200e2f] Avoid wrong results for power() with NaN
> -->
>
> <para>
> Consistently return <literal>NaN</literal> for
> <literal>NaN</literal> inputs to <function>power()</function>
> - on older platforms (Dang Minh Huong)
> + on older platforms (Tom Lane, Dang Minh Huong)
> </para>

OK, changed, thanks.

--
Bruce Momjian <bruce(at)momjian(dot)us> http://momjian.us
EnterpriseDB http://enterprisedb.com

+ As you are, so once was I. As I am, so you will be. +
+ Ancient Roman grave inscription +

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2018-05-15 19:45:35 Re: Postgres 11 release notes
Previous Message Teodor Sigaev 2018-05-15 19:44:03 index scan over composite type

Browse pgsql-www by date

  From Date Subject
Next Message Bruce Momjian 2018-05-15 19:45:35 Re: Postgres 11 release notes
Previous Message Bruce Momjian 2018-05-15 19:37:10 Re: Postgres 11 release notes