]> granicus.if.org Git - postgresql/commit
Bgwriter should PANIC if it runs out of memory for pending-fsyncs
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 28 May 2005 17:21:32 +0000 (17:21 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 28 May 2005 17:21:32 +0000 (17:21 +0000)
commitf8a051604fcf4fe718e84c51704bf9e3d14628fe
tree1070da2d5abfafa0a8e63032ab74a3c0d1e66019
parent6d9ee031488a0a252335b03d4e9baa59975d2c14
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.
src/backend/postmaster/bgwriter.c