pgsql: Use UINT64CONST for 64-bit integer constants. - Mailing list pgsql-committers

From Heikki Linnakangas
Subject pgsql: Use UINT64CONST for 64-bit integer constants.
Date
Msg-id E1Sirzi-0002F7-8I@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Use UINT64CONST for 64-bit integer constants.

Peter Eisentraut advised me that UINT64CONST is the proper way to do that,
not LL suffix.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/0687a26002c86e3115783d75f212358ef348525f

Modified Files
--------------
src/include/access/xlog_internal.h |    2 +-
1 files changed, 1 insertions(+), 1 deletions(-)


pgsql-committers by date:

Previous
From: Magnus Hagander
Date:
Subject: Re: pgsql: Remove confusing half sentence from legal notice
Next
From: Heikki Linnakangas
Date:
Subject: pgsql: I missed some references to xlogid/xrecoff in Win32-only code. F