| From: | Peter Eisentraut <peter(at)eisentraut(dot)org> |
|---|---|
| To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
| Subject: | pgsql: doc: explain pgstatindex fragmentation |
| Date: | 2025-06-30 09:35:06 |
| Message-ID: | E1uWAuo-0041Dh-28@gemulon.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
doc: explain pgstatindex fragmentation
It was quite hard to guess what leaf_fragmentation meant without looking
at pgstattuple's code. This patch aims to give to the user a better
idea of what it means.
Author: Frédéric Yhuel <frederic(dot)yhuel(at)dalibo(dot)com>
Author: Laurenz Albe <laurenz(dot)albe(at)cybertec(dot)at>
Reviewed-by: Bertrand Drouvot <bertranddrouvot(dot)pg(at)gmail(dot)com>
Reviewed-by: Benoit Lobréau <benoit(dot)lobreau(at)dalibo(dot)com>
Discussion: https://postgr.es/m/bf110561-f774-4957-a890-bb6fab6804e0%40dalibo.com
Discussion: https://postgr.es/m/4c5dee3a-8381-4e0f-b882-d1bd950e8972@dalibo.com
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/960135114629bc89da0dd1d839541098c7e6401a
Modified Files
--------------
doc/src/sgml/pgstattuple.sgml | 9 +++++++++
1 file changed, 9 insertions(+)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Fujii Masao | 2025-06-30 09:36:57 | pgsql: psql: Improve tab completion for COPY command. |
| Previous Message | Peter Eisentraut | 2025-06-30 08:51:33 | pgsql: pgbench: Use standard option handling test routines |