pgsql: Clarify the role of checkpoint at the begininng of base backups

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Clarify the role of checkpoint at the begininng of base backups
Date: 2017-02-26 20:32:41
Message-ID: E1ci5Un-0006Dx-V3@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2017-02-27 12:01:18 pgsql: Add "Slab" MemoryContext implementation for efficient equal-size
Previous Message Petr Jelinek 2017-02-26 19:25:13 Re: PUBLICATIONS and pg_dump