pgsql: Add new win32 header to headerscheck and cpluspluscheck

From: Thomas Munro <tmunro(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Add new win32 header to headerscheck and cpluspluscheck
Date: 2022-08-13 23:17:48
Message-ID: E1oN0O3-000eum-HP@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add new win32 header to headerscheck and cpluspluscheck

Commit 5579388d added src/include/port/win32/netdb.h but forgot to
filter it out in the header checking scripts. Per build farm animal
crake.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/213bd0662cef220f7a30fea348288bb8989c1883

Modified Files
--------------
src/tools/pginclude/cpluspluscheck | 1 +
src/tools/pginclude/headerscheck | 1 +
2 files changed, 2 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2022-08-14 00:48:47 Re: [HACKERS] [COMMITTERS] pgsql: Improve performance of SendRowDescriptionMessage.
Previous Message Thomas Munro 2022-08-13 22:02:48 pgsql: Remove configure probe for gethostbyname_r.