diff options
author | Tomas Vondra <tomas.vondra@postgresql.org> | 2020-05-12 20:04:39 +0200 |
---|---|---|
committer | Tomas Vondra <tomas.vondra@postgresql.org> | 2020-05-12 20:04:39 +0200 |
commit | 6a918c3ac8a6b1d8b53cead6fcb7cbd84eee5750 (patch) | |
tree | 1e772a15304feafba2ad58115f72448c9b0db8be /src/backend/utils/adt/jsonb_util.c | |
parent | 1a40d37a9faff562a36bd255a993fd3503bdf2b1 (diff) | |
download | postgresql-6a918c3ac8a6b1d8b53cead6fcb7cbd84eee5750.tar.gz postgresql-6a918c3ac8a6b1d8b53cead6fcb7cbd84eee5750.zip |
Rework EXPLAIN format for incremental sort
The explain format used by incremental sort was somewhat inconsistent
with other nodes, making it harder to parse and understand. This commit
addresses that by
- adding an extra space to better separate groups of values
- using colons instead of equal signs to separate key/value
- properly capitalizing first letter of a key
- using separate lines for full and pre-sorted groups
These changes were proposed by Justin Pryzby and mostly copy the final
explain format used to report WAL usage.
Author: Justin Pryzby
Reviewed-by: James Coleman
Discussion: https://postgr.es/m/20200419023625.GP26953@telsasoft.com
Diffstat (limited to 'src/backend/utils/adt/jsonb_util.c')
0 files changed, 0 insertions, 0 deletions