pgsql: Fix warnings from cpluspluscheck

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix warnings from cpluspluscheck
Date: 2017-12-05 00:56:33
Message-ID: E1eM1XF-0007Wg-0h@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix warnings from cpluspluscheck

Fix warnings about "comparison between signed and unsigned integer
expressions" in inline functions in header files by adding some casts.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/e7cfb26fbc11ea94e93e443e2260e106b6daabdd

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

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2017-12-05 00:58:01 Re: [COMMITTERS] pgsql: Add more efficient functions to pqformat API.
Previous Message Thomas Munro 2017-12-04 23:59:21 Re: pgsql: Add some regression tests that exercise hash join code.