]> granicus.if.org Git - postgresql/commit
Fix one overflow and one signedness error, caused by the patch to calculate
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>
Fri, 8 Jul 2011 14:28:27 +0000 (17:28 +0300)
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>
Fri, 8 Jul 2011 14:29:53 +0000 (17:29 +0300)
commit9598afa3b0f7a7fdcf3740173346950b2bd5942c
treeb4a8fd679fb65e0f5124c611835d94a2bce67f03
parent7544064b15d290047e13078f4e99a8b677e79c54
Fix one overflow and one signedness error, caused by the patch to calculate
OLDSERXID_MAX_PAGE based on BLCKSZ. MSVC compiler warned about these.
src/backend/storage/lmgr/predicate.c