pgsql: Use LL suffix for 64-bit constants.

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Use LL suffix for 64-bit constants.
Date: 2012-06-24 17:02:27
Message-ID: E1SiqCh-0000Yg-EP@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Use LL suffix for 64-bit constants.

Per warning from buildfarm member 'locust'. At least I think this what's
making it upset.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/96ff85e2dd64e7987ee6d69f306e3b8f54cc72c0

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 17:04:45 pgsql: Oops. Remove stray paren.
Previous Message Heikki Linnakangas 2012-06-24 16:22:30 pgsql: Replace XLogRecPtr struct with a 64-bit integer.