Rework REPACK's documentation on clustering Commit ac58465e0618 moved the discussion on clustering from CLUSTER's refpage to REPACK's, but somehow introduced a mistake regarding when exactly can the seqscan-and-sort strategy be used with respect to btrees (spoiler: it was 100% backwards). Fix that, but also restructure and reword the whole subsection more fully to try and make it more coherent.
Author: Chao Li <[email protected]> Author: Álvaro Herrera <[email protected]> Reported-by: Antonin Houska <[email protected]> Backpatch-through: 19 Discussion: https://postgr.es/m/[email protected] Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/8db08e2522954916009dccdd88a634b1658bc522 Modified Files -------------- doc/src/sgml/ref/repack.sgml | 75 +++++++++++++++++++++++-------------------- src/backend/commands/repack.c | 10 +++--- 2 files changed, 46 insertions(+), 39 deletions(-)
