Re: explain format json, unit for serialize and memory are different.
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Michael Paquier <michael@paquier.xyz>
Cc: David Rowley <dgrowleyml@gmail.com>,
jian he <jian.universality@gmail.com>,
Daniel Gustafsson <daniel@yesql.se>,
PostgreSQL Hackers <pgsql-hackers@postgresql.org>
Date: 2024-05-15T01:23:37Z
Lists: pgsql-hackers
Michael Paquier <michael@paquier.xyz> writes: > Perhaps Alvaro and Tom would like to chime in, as committers of > respectively 5de890e3610d and 06286709ee06? No objection here. In a green field I might argue for round-to-nearest instead of round-up, but it looks like we have several precedents for round-up, so let's avoid changing that existing behavior. regards, tom lane
Commits
-
Fix some inconsistencies in EXPLAIN output
- 0de37b51065b 17.0 landed