From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | Robert Haas <robertmhaas(at)gmail(dot)com> |
Cc: | "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: Further simplification of c.h's #include section |
Date: | 2017-11-15 21:32:17 |
Message-ID: | 5758.1510781537@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
I wrote:
> Robert Haas <robertmhaas(at)gmail(dot)com> writes:
>> On Wed, Nov 15, 2017 at 10:51 AM, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)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.
How do you feel about "win32_more.h"?
regards, tom lane
From | Date | Subject | |
---|---|---|---|
Next Message | Robert Haas | 2017-11-15 21:33:25 | Re: Further simplification of c.h's #include section |
Previous Message | Tom Lane | 2017-11-15 21:30:44 | Re: pgsql: Add hooks for session start and session end |