On Wed, 15 May 2024 at 01:18, jian he <jian.universal...@gmail.com> wrote:
> else
> {
> ExplainPropertyInteger("Memory Used", "bytes",
>    mem_counters->totalspace - mem_counters->freespace,
>    es);
> ExplainPropertyInteger("Memory Allocated", "bytes",
>    mem_counters->totalspace, es);
> }
> }
>
> the "else" branch, also need to apply BYTES_TO_KILOBYTES marco?

Yeah, I missed that. Here's another patch.

Thanks for looking.

David

Attachment: v2-0001-Minor-fixes-to-EXPLAIN.patch
Description: Binary data

Reply via email to