pgsql: Add option -N/--no-sync to pg_checksums

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Add option -N/--no-sync to pg_checksums
Date: 2019-03-22 23:47:32
Message-ID: E1h7Tsq-00008r-HD@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add option -N/--no-sync to pg_checksums

This is an option consistent with what pg_dump, pg_rewind and
pg_basebackup provide which is useful for leveraging the I/O effort when
testing things, not to be used in a production environment.

Author: Michael Paquier
Reviewed-by: Michael Banck, Fabien Coelho, Sergei Kornilov
Discussion: https://postgr.es/m/20181221201616.GD4974@nighthawk.caipicrew.dd-dns.de

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/e0090c86900877bf0911c53dcf4a30bc81d03047

Modified Files
--------------
doc/src/sgml/ref/pg_checksums.sgml | 16 ++++++++++++++++
src/bin/pg_checksums/pg_checksums.c | 17 +++++++++++++----
src/bin/pg_checksums/t/002_actions.pl | 10 +++++-----
3 files changed, 34 insertions(+), 9 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2019-03-23 02:33:33 Re: pgsql: Improve error reporting for DROP FUNCTION/PROCEDURE/AGGREGATE/RO
Previous Message Peter Eisentraut 2019-03-22 23:20:03 pgsql: Revert "Add gitignore entries for jsonpath_gram.h"