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
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