Thread: pgsql: Cancel pending fsync requests during WAL replay of DROP DATABASE,

pgsql: Cancel pending fsync requests during WAL replay of DROP DATABASE,

From
tgl@postgresql.org (Tom Lane)
Date:
Log Message:
-----------
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.

Modified Files:
--------------
    pgsql/src/backend/commands:
        dbcommands.c (r1.193 -> r1.194)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/commands/dbcommands.c.diff?r1=1.193&r2=1.194)