pgsql: Remove "recheck" argument from check_index_is_clusterable()

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема pgsql: Remove "recheck" argument from check_index_is_clusterable()
Дата
Msg-id E1neWhl-000IBb-8L@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: David Rowley
Дата:
Сообщение: pgsql: Docs: tidy up various usages of the productname tag
Следующее
От: David Rowley
Дата:
Сообщение: pgsql: Docs: wording improvement for compute_query_id = regress