pgsql: Limit NBuffers and some related values to INT_MAX / BLCKSZ, to

Поиск
Список
Период
Сортировка
От tgl@svr1.postgresql.org (Tom Lane)
Тема pgsql: Limit NBuffers and some related values to INT_MAX / BLCKSZ, to
Дата
Msg-id 20041016190839.2D7F232A11B@svr1.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Limit NBuffers and some related values to INT_MAX / BLCKSZ, to prevent
arithmetic overflow during initial sizing calculations.  This is not
water-tight but it should avoid the grossest sorts of failures.

Modified Files:
--------------
    pgsql/src/backend/utils/misc:
        guc.c (r1.243 -> r1.244)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/misc/guc.c.diff?r1=1.243&r2=1.244)

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

Предыдущее
От: tgl@svr1.postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Give the ResourceOwner mechanism full responsibility for
Следующее
От: tgl@svr1.postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Generate the various .def files for libpq DLLs from a single list