pgsql: Use UINT64CONST for 64-bit integer constants.

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Use UINT64CONST for 64-bit integer constants.
Date: 2012-06-24 18:57:10
Message-ID: E1Sirzi-0002F7-8I@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2012-06-24 19:15:01 pgsql: I missed some references to xlogid/xrecoff in Win32-only code. F
Previous Message Magnus Hagander 2012-06-24 18:31:56 Re: pgsql: Remove confusing half sentence from legal notice