Re: Keep compiler silence (clang 10, implicit conversion from 'long' to 'double' )

Yuya Watari <watari.yuya@gmail.com>

From: Yuya Watari <watari.yuya@gmail.com>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: Kyotaro Horiguchi <horikyota.ntt@gmail.com>, Andrew Gierth <andrew@tao11.riddles.org.uk>, Thomas Munro <thomas.munro@gmail.com>, pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2019-11-08T05:58:33Z
Lists: pgsql-hackers
Hello Tom,

Thank you for your comments.

On Fri, Nov 8, 2019 at 1:30 AM Tom Lane <tgl@sss.pgh.pa.us> wrote:
> failure: not only did you fail to add any commentary about the new macros,
> but you removed most of the commentary that had been in-line in the
> existing usages.

I apologize for the insufficient comments. I had to add more
information about these macros.

> I fixed those things and pushed it.

Thank you very much for the commit!

Best regards,
Yuya Watari
NTT Software Innovation Center
watari.yuya@gmail.com



Commits

  1. Fix integer-overflow edge case detection in interval_mul and pgbench.

  2. Change floating-point output format for improved performance.