pgsql: Fix one overflow and one signedness error, caused by the patch t

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix one overflow and one signedness error, caused by the patch t
Date: 2011-07-08 14:34:05
Message-ID: E1QfC85-0000Lf-FC@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix one overflow and one signedness error, caused by the patch to calculate
OLDSERXID_MAX_PAGE based on BLCKSZ. MSVC compiler warned about these.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/9598afa3b0f7a7fdcf3740173346950b2bd5942c

Modified Files
--------------
src/backend/storage/lmgr/predicate.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2011-07-08 16:06:02 pgsql: Introduce a pipe between postmaster and each backend, which can
Previous Message Heikki Linnakangas 2011-07-08 14:33:59 pgsql: Fix one overflow and one signedness error, caused by the patch t