Cancel pending fsync requests during WAL replay of DROP DATABASE, per bug

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

Commit: ebb6bae539e124c34674ecf0d0f387e0a873c314
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2007-04-12T15:04:35Z
Releases: 8.3.0
Cancel pending fsync requests during WAL replay of DROP DATABASE, per bug
report from David Darville.  Back-patch as far as 8.1, which may or may not
have the problem but it seems a safe change anyway.

Files

PathChange+/−
src/backend/commands/dbcommands.c modified +4 −1