[COMMITTERS] pgsql: Remove redundant stdint.h include. - Mailing list pgsql-committers

From Andres Freund
Subject [COMMITTERS] pgsql: Remove redundant stdint.h include.
Date
Msg-id E1dymq4-0002Sn-1q@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Remove redundant stdint.h include.

Discussion: https://postgr.es/m/31674.1506788226@sss.pgh.pa.us

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/1f2830f9df9f0196ba541c1e253463afe657cb67

Modified Files
--------------
src/include/port/pg_bswap.h | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)


--
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: Andrew Dunstan
Date:
Subject: Re: [COMMITTERS] pgsql: Add test for postmaster crash restarts.
Next
From: Andres Freund
Date:
Subject: [COMMITTERS] pgsql: Replace most usages of ntoh[ls] and hton[sl] with pg_bswap.h.