Re: wrong units in ExplainPropertyFloat

2021-04-16 Thread Tom Lane
Justin Pryzby 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

wrong units in ExplainPropertyFloat

2021-04-15 Thread Justin Pryzby
|commit 7a50bb690b4837d29e715293c156cff2fc72885c |Author: Andres Freund |Date: Fri Mar 16 23:13:12 2018 -0700 | |Add 'unit' parameter to ExplainProperty{Integer,Float}. | |This allows to deduplicate some existing code, but mainly avoids some |duplication in upcoming commits. |