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

Tom Lane <tgl@sss.pgh.pa.us>

Commit: f8a051604fcf4fe718e84c51704bf9e3d14628fe
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2005-05-28T17:21:32Z
Releases: 8.1.0
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.

Files

PathChange+/−
src/backend/postmaster/bgwriter.c modified +14 −2