pgsql: Comment changes to show bgwriter no longer performs checkpoints.

From: Simon Riggs <simon(at)2ndQuadrant(dot)com>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Comment changes to show bgwriter no longer performs checkpoints.
Date: 2011-11-01 18:49:38
Message-ID: E1RLJP0-0000nL-BA@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Comment changes to show bgwriter no longer performs checkpoints.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/f3ebaad45b473f3a53de2cd2a5252cd653aa46f3

Modified Files
--------------
src/backend/access/transam/xlog.c | 6 +++---
src/backend/commands/dbcommands.c | 8 ++++----
src/backend/postmaster/bgwriter.c | 9 ++-------
src/backend/replication/README | 2 +-
4 files changed, 10 insertions(+), 15 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2011-11-01 19:53:30 pgsql: Clean up whitespace and indentation in parser and scanner files
Previous Message Simon Riggs 2011-11-01 18:39:35 pgsql: Have checkpointer send stats once each processing loop.