| From: | Robert Haas <rhaas(at)postgresql(dot)org> |
|---|---|
| To: | pgsql-committers(at)postgresql(dot)org |
| Subject: | pgsql: Log restartpoints in the same fashion as checkpoints. |
| Date: | 2011-02-03 02:11:40 |
| Message-ID: | E1Pkofc-0003Uy-59@gemulon.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
Log restartpoints in the same fashion as checkpoints.
Prior to 9.0, restartpoints never created, deleted, or recycled WAL
files, but now they can. This code makes log_checkpoints treat
checkpoints and restartpoints symmetrically. It also adjusts up
the documentation of the parameter to mention restartpoints.
Fujii Masao. Docs by me, as suggested by Itagaki Takahiro.
Branch
------
master
Details
-------
http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=0af695fd43b6889613a4035e3cdfcc0fc1b7936a
Modified Files
--------------
doc/src/sgml/config.sgml | 7 +++----
src/backend/access/transam/xlog.c | 22 ++++++++++++++--------
2 files changed, 17 insertions(+), 12 deletions(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Bruce Momjian | 2011-02-03 03:28:46 | pgsql: Clearify macro IS_PATH_VAR_SEP in path.c so it is clear this is |
| Previous Message | Tom Lane | 2011-02-03 01:27:18 | pgsql: Repair multiple breakage in Windows-specific code for appending |