Обсуждение: pgsql: Fix one overflow and one signedness error, caused by the patch t

Поиск
Список
Период
Сортировка

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

От
Heikki Linnakangas
Дата:
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(-)