pgsql: Remove -f option from pg_verify_checksums - Mailing list pgsql-committers

From Magnus Hagander
Subject pgsql: Remove -f option from pg_verify_checksums
Date
Msg-id E1f7gEZ-0006Gp-U5@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Remove -f option from pg_verify_checksums

This option makes no sense when the cluster checksum state cannot be
changed, and should have been removed in the revert.

Author: Daniel Gustafsson
Review: Michael Paquier

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/44e2df461fa57d99e3547eab49e48d5150540aab

Modified Files
--------------
doc/src/sgml/ref/pg_verify_checksums.sgml         | 9 ---------
src/bin/pg_verify_checksums/pg_verify_checksums.c | 9 ++-------
2 files changed, 2 insertions(+), 16 deletions(-)


pgsql-committers by date:

Previous
From: Amit Langote
Date:
Subject: Re: pgsql: Reorganize partitioning code
Next
From: Magnus Hagander
Date:
Subject: pgsql: Fix build of pg_verify_checksum docs