pgsql: New arrangement to always let the bgwriter do checkpoints broke

From: tgl(at)svr1(dot)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: New arrangement to always let the bgwriter do checkpoints broke
Date: 2005-02-19 23:16:28
Message-ID: 20050219231628.BC74C8BA8A9@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
New arrangement to always let the bgwriter do checkpoints broke
CHECKPOINT and some other commands in the context of a standalone
backend. Allow a standalone backend to do its own checkpoints.

Tags:
----
REL8_0_STABLE

Modified Files:
--------------
pgsql/src/backend/postmaster:
bgwriter.c (r1.13 -> r1.13.4.1)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/postmaster/bgwriter.c.diff?r1=1.13&r2=1.13.4.1)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2005-02-20 02:22:10 pgsql: Add code to prevent transaction ID wraparound by enforcing a safe
Previous Message Tom Lane 2005-02-19 23:16:16 pgsql: New arrangement to always let the bgwriter do checkpoints broke