Fix wrong units in two ExplainPropertyFloat calls.
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 16 Apr 2021 15:30:27 +0000 (11:30 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 16 Apr 2021 15:30:27 +0000 (11:30 -0400)
commitf90c708a048667befbf6bbe5f48ae9695cb89de4
tree5fee359301e7bbe2b1594b6b5ed1852100eaa3c9
parent029c5ac03db72f1898ee17e417650a2e0764b239
Fix wrong units in two ExplainPropertyFloat calls.

This is only a latent bug, since these calls are only reached for
non-text output formats, and currently none of those will print
the units.  Still, we should get it right in case that ever changes.

Justin Pryzby

Discussion: https://postgr.es/m/20210415163846.GA3315@telsasoft.com
src/backend/commands/explain.c