pgsql: Extend yesterday's patch so that the bgwriter is also told to

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Extend yesterday's patch so that the bgwriter is also told to
Date: 2007-01-17 16:25:01
Message-ID: 20070117162501.608A49FB286@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Extend yesterday's patch so that the bgwriter is also told to forget
pending fsyncs during DROP DATABASE. Obviously necessary in hindsight :-(

Modified Files:
--------------
pgsql/src/backend/commands:
dbcommands.c (r1.189 -> r1.190)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/commands/dbcommands.c.diff?r1=1.189&r2=1.190)
pgsql/src/backend/postmaster:
bgwriter.c (r1.35 -> r1.36)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/postmaster/bgwriter.c.diff?r1=1.35&r2=1.36)
pgsql/src/backend/storage/smgr:
md.c (r1.126 -> r1.127)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/storage/smgr/md.c.diff?r1=1.126&r2=1.127)
pgsql/src/include/storage:
smgr.h (r1.57 -> r1.58)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/storage/smgr.h.diff?r1=1.57&r2=1.58)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2007-01-17 17:25:52 pgsql: Add a note pointing out that is_pseudo_constant_clause() doesn't
Previous Message Neil Conway 2007-01-17 16:23:10 Re: [COMMITTERS] pgsql: Implement width_bucket() for the