Re: [COMMITTERS] pgsql: Extend & revamp pg_bswap.h infrastructure. - Mailing list pgsql-committers

From Tom Lane
Subject Re: [COMMITTERS] pgsql: Extend & revamp pg_bswap.h infrastructure.
Date
Msg-id 31674.1506788226@sss.pgh.pa.us
Whole thread Raw
In response to [COMMITTERS] pgsql: Extend & revamp pg_bswap.h infrastructure.  (Andres Freund <andres@anarazel.de>)
Responses Re: [COMMITTERS] pgsql: Extend & revamp pg_bswap.h infrastructure.  (Andres Freund <andres@anarazel.de>)
List pgsql-committers
Andres Freund <andres@anarazel.de> writes:
> Extend & revamp pg_bswap.h infrastructure.

Hm, what is the point of this in pg_bswap.h:

+#ifdef _MSC_VER
+#include <stdlib.h>
+#endif

c.h will already have included <stdlib.h>.  There might be some
value in this if we anticipated allowing freestanding use of this
header, but that won't happen because it depends on configure symbols.
        regards, tom lane


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers

pgsql-committers by date:

Previous
From: Andres Freund
Date:
Subject: [COMMITTERS] pgsql: Fix copy & pasto in 510b8cbff15f.
Next
From: Andres Freund
Date:
Subject: Re: [COMMITTERS] pgsql: Extend & revamp pg_bswap.h infrastructure.