Add option -N/--no-sync to pg_checksums
authorMichael Paquier <michael@paquier.xyz>
Fri, 22 Mar 2019 23:37:36 +0000 (08:37 +0900)
committerMichael Paquier <michael@paquier.xyz>
Fri, 22 Mar 2019 23:37:36 +0000 (08:37 +0900)
commite0090c86900877bf0911c53dcf4a30bc81d03047
tree37713c2b23c8ef41e7965e2d3c706cb347689c3c
parent7b084b38310cfe9c8b58cc615a81df625c771f5d
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
doc/src/sgml/ref/pg_checksums.sgml
src/bin/pg_checksums/pg_checksums.c
src/bin/pg_checksums/t/002_actions.pl