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

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема pgsql: Fix one overflow and one signedness error, caused by the patch t
Дата
Msg-id E1QfC7z-0000Kt-Mk@gemulon.postgresql.org
обсуждение исходный текст
Список 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
------
REL9_1_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/ec194651b8ba36e9ad5f7c98ac77c4d9639e2351

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


В списке pgsql-committers по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Add item about Clang support to 9.1 release notes
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: pgsql: Fix one overflow and one signedness error, caused by the patch t