pgsql: Remove "recheck" argument from check_index_is_clusterable()

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove "recheck" argument from check_index_is_clusterable()
Date: 2022-04-13 06:42:17
Message-ID: E1neWhl-000IBb-8L@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message David Rowley 2022-04-13 09:29:25 pgsql: Docs: wording improvement for compute_query_id = regress
Previous Message David Rowley 2022-04-13 05:43:24 pgsql: Docs: tidy up various usages of the productname tag