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

From tgl@svr1.postgresql.org (Tom Lane)
Subject pgsql: Bgwriter should PANIC if it runs out of memory for pending-fsyncs
Date
Msg-id 20050528172132.E9EC45288E@svr1.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql: get_expr_result_type has to be prepared to pull type information
Next
From: momjian@svr1.postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Add reference to libpq environment variables for client