Set of header files for Ryu floating-point stuff in src/common/

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: Postgres hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Cc: andrew(at)tao11(dot)riddles(dot)org(dot)uk
Subject: Set of header files for Ryu floating-point stuff in src/common/
Date: 2019-09-09 12:07:02
Message-ID: 20190909120702.GB1993@paquier.xyz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi all,
(Andrew G. in CC)

We have the following set of header files in src/common/:
digit_table.h
d2s_full_table.h
d2s_intrinsics.h
ryu_common.h

Shouldn't all these files be in src/include/common/ instead? HEAD is
not really consistent with the common practice here.

Thanks,
--
Michael

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Magnus Hagander 2019-09-09 12:24:22 Re: Compiler warnings with MinGW
Previous Message Amit Kapila 2019-09-09 12:04:43 Re: [PATCH] Fix Proposal - Deadlock Issue in Single User Mode When IO Failure Occurs