]> 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:33:46 +0000 (17:33 +0300)
commitec194651b8ba36e9ad5f7c98ac77c4d9639e2351
treebcfcff5650dc194e4c7e3cbdfbede3a9deb3f466
parentebea4c531c9edac6fd35519b90d83044ae6e448e
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