Re: wrong units in ExplainPropertyFloat
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Justin Pryzby <pryzby@telsasoft.com>
Cc: Andres Freund <andres@anarazel.de>, pgsql-hackers@postgresql.org
Date: 2021-04-16T15:32:01Z
Lists: pgsql-hackers
Justin Pryzby <pryzby@telsasoft.com> writes: > Text mode uses appendStringInfo() for high density output, so this only affects > non-text output, but it turns out that units aren't shown for nontext format > anyway - this seems like a deficiency, but it means there's no visible bug. Yeah, I concur: these should say "ms", but it's only latent so it's not surprising nobody's noticed. Pushed. regards, tom lane
Commits
-
Fix wrong units in two ExplainPropertyFloat calls.
- f90c708a0486 14.0 landed
-
Add 'unit' parameter to ExplainProperty{Integer,Float}.
- 7a50bb690b48 11.0 cited