Re: Further simplification of c.h's #include section
Robert Haas <robertmhaas@gmail.com>
From: Robert Haas <robertmhaas@gmail.com>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: "pgsql-hackers@postgresql.org" <pgsql-hackers@postgresql.org>
Date: 2017-11-15T15:58:09Z
Lists: pgsql-hackers
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 -- Robert Haas EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company
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