Re: Doubts regarding pg_freespacemap extension

2025-02-18 Thread Adrian Klaver
On 2/17/25 07:12, Rucha Kulkarni wrote: Hi PostgreSQL Community, While exploring the pg_freespacemap extension, I came across a few doubts and would appreciate any insights or clarifications: 3. Whenever I check the values for B-tree indexes, I observe all values to be 0. From here: http

Doubts regarding pg_freespacemap extension

2025-02-18 Thread Rucha Kulkarni
Hi PostgreSQL Community, While exploring the pg_freespacemap extension, I came across a few doubts and would appreciate any insights or clarifications: 1. In the code, it defines NonLeafNodesPerPage as (BLCKSZ / 2 - 1) as can be seen here: https://github.com/postgres/postgres/blob/master/src/in