Extend yesterday's patch so that the bgwriter is also told to forget
Tom Lane <tgl@sss.pgh.pa.us>
Extend yesterday's patch so that the bgwriter is also told to forget pending fsyncs during DROP DATABASE. Obviously necessary in hindsight :-(
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/commands/dbcommands.c | modified | +8 −1 |
| src/backend/postmaster/bgwriter.c | modified | +7 −7 |
| src/backend/storage/smgr/md.c | modified | +106 −46 |
| src/include/storage/smgr.h | modified | +3 −1 |