pgsql: Remove "recheck" argument from check_index_is_clusterable() - Mailing list pgsql-committers

From Michael Paquier
Subject pgsql: Remove "recheck" argument from check_index_is_clusterable()
Date
Msg-id E1neWhl-000IBb-8L@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Remove "recheck" argument from check_index_is_clusterable()

The last usage of this argument in this routine can be tracked down to
7e2f9062, aka 11 years ago.  Getting rid of this argument can also be an
advantage for extensions calling check_index_is_clusterable(), as it
removes any need to worry about the meaning of what a recheck would be
at this level.

Author: Justin Pryzby
Discussion: https://postgr.es/m/20220411140609.GF26620@telsasoft.com

Branch
------
master

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

Modified Files
--------------
src/backend/commands/cluster.c   | 6 +++---
src/backend/commands/tablecmds.c | 2 +-
src/include/commands/cluster.h   | 2 +-
3 files changed, 5 insertions(+), 5 deletions(-)


pgsql-committers by date:

Previous
From: David Rowley
Date:
Subject: pgsql: Docs: tidy up various usages of the productname tag
Next
From: David Rowley
Date:
Subject: pgsql: Docs: wording improvement for compute_query_id = regress