pgsql: Bgwriter should PANIC if it runs out of memory for pending-fsyncs

Поиск
Список
Период
Сортировка
От tgl@svr1.postgresql.org (Tom Lane)
Тема pgsql: Bgwriter should PANIC if it runs out of memory for pending-fsyncs
Дата
Msg-id 20050528172132.E9EC45288E@svr1.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Bgwriter should PANIC if it runs out of memory for pending-fsyncs
hash table.  This is a pretty unlikely scenario, since the table
should be tiny, but we can't guarantee continued correct operation
if it does occur.  Spotted by Qingqing Zhou.

Modified Files:
--------------
    pgsql/src/backend/postmaster:
        bgwriter.c (r1.15 -> r1.16)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/postmaster/bgwriter.c.diff?r1=1.15&r2=1.16)

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

Предыдущее
От: tgl@svr1.postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: get_expr_result_type has to be prepared to pull type information
Следующее
От: momjian@svr1.postgresql.org (Bruce Momjian)
Дата:
Сообщение: pgsql: Add reference to libpq environment variables for client