pgsql: Minor improvements in Incremental Sort explain

From: Tomas Vondra <tomas(dot)vondra(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Minor improvements in Incremental Sort explain
Date: 2020-04-07 16:50:08
Message-ID: E1jLrQO-0007vW-J5@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Minor improvements in Incremental Sort explain

Some places still used "Maximum" instead of "Peak" when displaying info
about sort space, so fix that. Also, add a comment clarifying why it's
correct to check the number of full/prefix sort groups.

Author: James Coleman
Discussion: https://postgr.es/m/CAPpHfds1waRZ=NOmueYq0sx1ZSCnt+5QJvizT8ndT2=etZEeAQ@mail.gmail.com

Branch
------
master

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

Modified Files
--------------
src/backend/commands/explain.c | 20 +++-
src/test/regress/expected/incremental_sort.out | 134 ++++++++++++-------------
src/test/regress/sql/incremental_sort.sql | 4 +-
3 files changed, 87 insertions(+), 71 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Thomas Munro 2020-04-07 16:54:40 Re: pgsql: Collect statistics about SLRU caches
Previous Message Robert Haas 2020-04-07 16:44:26 Re: pgsql: Generate backup manifests for base backups, and validate them.