pgsql: Cancel pending fsync requests during WAL replay of DROP DATABASE, - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Cancel pending fsync requests during WAL replay of DROP DATABASE,
Date
Msg-id 20070412150447.C54969FBA26@postgresql.org
Whole thread Raw
List pgsql-committers
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.

Tags:
----
REL8_1_STABLE

Modified Files:
--------------
    pgsql/src/backend/commands:
        dbcommands.c (r1.173.2.2 -> r1.173.2.3)

(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/commands/dbcommands.c.diff?r1=1.173.2.2&r2=1.173.2.3)

pgsql-committers by date:

Previous
From: petere@postgresql.org (Peter Eisentraut)
Date:
Subject: pgsql: Translation updates
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Cancel pending fsync requests during WAL replay of DROP DATABASE,