pgsql: Remove redundant stdint.h include.

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Remove redundant stdint.h include.
Date: 2017-10-01 22:35:56
Message-ID: E1dymq4-0002Sn-1q@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2017-10-01 23:08:13 pgsql: Replace most usages of ntoh[ls] and hton[sl] with pg_bswap.h.
Previous Message Andres Freund 2017-10-01 22:14:47 Re: pg_ctl kill support for KILL signal was Re: [COMMITTERS] pgsql: Add test for postmaster crash restarts.