Re: PostgreSQL 8.3 index page count clarification - Mailing list pgsql-hackers

From Andrew Dunstan
Subject Re: PostgreSQL 8.3 index page count clarification
Date
Msg-id 55646D38.60101@dunslane.net
Whole thread Raw
In response to PostgreSQL 8.3 index page count clarification  (Srinivas Karthik V <skarthikv.iitb@gmail.com>)
Responses Re: PostgreSQL 8.3 index page count clarification  (Jim Nasby <Jim.Nasby@BlueTreble.com>)
List pgsql-hackers
On 05/26/2015 08:45 AM, Srinivas Karthik V wrote:
> 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.
>
>


8.3 is long out of support. Please move to a modern supported version of 
PostgreSQL.

cheers

andrew



pgsql-hackers by date:

Previous
From: Srinivas Karthik V
Date:
Subject: PostgreSQL 8.3 index page count clarification
Next
From: Stephen Frost
Date:
Subject: Re: [COMMITTERS] pgsql: Row-Level Security Policies (RLS)