pgsql: Fix unportable spelling of int64 constant.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix unportable spelling of int64 constant.
Date: 2017-11-07 18:54:40
Message-ID: E1eC91E-0000vC-KU@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix unportable spelling of int64 constant.

Per buildfarm member pademelon.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/92a1834dd88e56e823ac6641313a2f077a8af72e

Modified Files
--------------
src/include/utils/hashutils.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2017-11-07 19:12:19 Re: pgsql: Remove secondary checkpoint
Previous Message Tom Lane 2017-11-07 18:50:21 pgsql: Fix unportable usage of <ctype.h> functions.