- Notifications
You must be signed in to change notification settings - Fork5k
Commit2b7dbc0
committed
Fix whitespace in HashAgg EXPLAIN ANALYZE
The Sort node does not put a space between the number of kilobytes andthe "kB" of memory or disk space used, but HashAgg does. Here we alignHashAgg to do the same as Sort. Sort has been displaying thisinformation for longer than HashAgg, so it makes sense to align HashAggto Sort rather than the other way around.Reported-by: Justin PryzbyDiscussion:https://postgr.es/m/20200708163021.GW4107@telsasoft.comBackpatch-through: 13, where the hashagg started showing these details1 parenta9a4a7a commit2b7dbc0
1 file changed
+4
-4
lines changedLines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3099 | 3099 |
| |
3100 | 3100 |
| |
3101 | 3101 |
| |
3102 |
| - | |
| 3102 | + | |
3103 | 3103 |
| |
3104 | 3104 |
| |
3105 | 3105 |
| |
3106 |
| - | |
| 3106 | + | |
3107 | 3107 |
| |
3108 | 3108 |
| |
3109 | 3109 |
| |
| |||
3130 | 3130 |
| |
3131 | 3131 |
| |
3132 | 3132 |
| |
3133 |
| - | |
| 3133 | + | |
3134 | 3134 |
| |
3135 | 3135 |
| |
3136 | 3136 |
| |
3137 |
| - | |
| 3137 | + | |
3138 | 3138 |
| |
3139 | 3139 |
| |
3140 | 3140 |
| |
|
0 commit comments
Comments
(0)