PostgreSQL 8.3 index page count clarification

From: Srinivas Karthik V <skarthikv(dot)iitb(at)gmail(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: PostgreSQL 8.3 index page count clarification
Date: 2015-05-26 12:45:38
Message-ID: CAEfuzeScJ-=Lva+oEd1kmFV5oiBy-yg81fP6N38MkLakG2pEdg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,
For the user created indexes in PostgreSQL 8.3.6, I would like to
know which file or function populates the index data structure.
Specifically, where in the code is index->tuples and index->pages values
are fetched and updated.

Regards and Thanks in Advance,
Srinivas Karthik

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrew Dunstan 2015-05-26 12:55:20 Re: PostgreSQL 8.3 index page count clarification
Previous Message Robert Haas 2015-05-26 12:21:31 Re: fsync-pgdata-on-recovery tries to write to more files than previously