diff options
author | David Rowley <drowley@postgresql.org> | 2020-07-09 10:06:24 +1200 |
---|---|---|
committer | David Rowley <drowley@postgresql.org> | 2020-07-09 10:06:24 +1200 |
commit | 2b7dbc0db6ecf38fc305284d006a1ef8f5354fbb (patch) | |
tree | b527d2cc2813040f011ed37f45bfdf0a7b88ecd6 /src/backend/utils/adt/misc.c | |
parent | a9a4a7ad565b136cbee735d4bb505d98d06da522 (diff) | |
download | postgresql-2b7dbc0db6ecf38fc305284d006a1ef8f5354fbb.tar.gz postgresql-2b7dbc0db6ecf38fc305284d006a1ef8f5354fbb.zip |
Fix whitespace in HashAgg EXPLAIN ANALYZE
The Sort node does not put a space between the number of kilobytes and
the "kB" of memory or disk space used, but HashAgg does. Here we align
HashAgg to do the same as Sort. Sort has been displaying this
information for longer than HashAgg, so it makes sense to align HashAgg
to Sort rather than the other way around.
Reported-by: Justin Pryzby
Discussion: https://postgr.es/m/20200708163021.GW4107@telsasoft.com
Backpatch-through: 13, where the hashagg started showing these details
Diffstat (limited to 'src/backend/utils/adt/misc.c')
0 files changed, 0 insertions, 0 deletions