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

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Cancel pending fsync requests during WAL replay of DROP DATABASE,
Date: 2007-04-12 15:04:47
Message-ID: 20070412150447.C54969FBA26@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2007-04-12 15:45:23 Re: [COMMITTERS] pgsql: RESET SESSION, plus related new DDL commands.
Previous Message Tom Lane 2007-04-12 15:04:41 pgsql: Cancel pending fsync requests during WAL replay of DROP DATABASE,