]> granicus.if.org Git - postgresql/commit
Cancel pending fsync requests during WAL replay of DROP DATABASE, per bug
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 12 Apr 2007 15:04:35 +0000 (15:04 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 12 Apr 2007 15:04:35 +0000 (15:04 +0000)
commitebb6bae539e124c34674ecf0d0f387e0a873c314
treee883a386ae4b3a7a52b00d49ce31980665cd48a5
parentb60ddffa93715a4a79a4a24d9a8dd266f90d9dd2
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.
src/backend/commands/dbcommands.c