Re: Further simplification of c.h's #include section
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Robert Haas <robertmhaas@gmail.com>
Cc: "pgsql-hackers@postgresql.org" <pgsql-hackers@postgresql.org>
Date: 2017-11-15T16:07:22Z
Lists: pgsql-hackers
Robert Haas <robertmhaas@gmail.com> writes: > On Wed, Nov 15, 2017 at 10:51 AM, Tom Lane <tgl@sss.pgh.pa.us> wrote: >> 1. Move what's currently in src/include/port/win32.h (a/k/a >> pg_config_os.h) to a new file, say src/include/port/win32_2.h. > I have no objection to trying to clean things up in that area, but I > request a less-lame filename than win32_2.h Sure, if you have a suggestion. regards, tom lane
Commits
-
Further refactoring of c.h and nearby files.
- ed9b3606dadb 11.0 landed
-
Rearrange c.h to create a "compiler characteristics" section.
- 91aec93e6089 11.0 cited