pgsql: Fix wrong units in two ExplainPropertyFloat calls.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix wrong units in two ExplainPropertyFloat calls.
Date: 2021-04-16 15:30:34
Message-ID: E1lXQQU-0001R1-VB@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/f90c708a048667befbf6bbe5f48ae9695cb89de4

Modified Files
--------------
src/backend/commands/explain.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2021-04-16 16:27:04 pgsql: Fix bogus collation-version-recording logic.
Previous Message Alexander Korotkov 2021-04-16 14:25:18 Re: fix old confusing JSON example