[COMMITTERS] pgsql: Clarify the role of checkpoint at the begininng of base backups - Mailing list pgsql-committers

From Magnus Hagander
Subject [COMMITTERS] pgsql: Clarify the role of checkpoint at the begininng of base backups
Date
Msg-id E1ci5Un-0006Dx-V3@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Clarify the role of checkpoint at the begininng of base backups

Output a message about checkpoint starting in verbose mode of
pg_basebackup, and make the documentation state more clearly that this
happens.

Author: Michael Banck

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/51e26c9c3d2904b65041fc4a19c72c62508f63d4

Modified Files
--------------
doc/src/sgml/backup.sgml              |  3 ++-
doc/src/sgml/ref/pg_basebackup.sgml   | 10 +++++++++-
src/bin/pg_basebackup/pg_basebackup.c | 11 +++++++++++
3 files changed, 22 insertions(+), 2 deletions(-)


pgsql-committers by date:

Previous
From: Robert Haas
Date:
Subject: [COMMITTERS] pgsql: TAP tests for target_session_attrs connection parameter.
Next
From: Andres Freund
Date:
Subject: [COMMITTERS] pgsql: Make useful infrastructure from aset.c generally available.