Re: [COMMITTERS] 'pgsql/src/backend/access/heap heapam.c't - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: [COMMITTERS] 'pgsql/src/backend/access/heap heapam.c't
Date
Msg-id 199903291606.LAA10382@candle.pha.pa.us
Whole thread Raw
List pgsql-hackers
> Update of /usr/local/cvsroot/pgsql/src/backend/access/heap
> In directory hub.org:/tmp/cvs-serv88724/backend/access/heap
> 
> Modified Files:
>     heapam.c 
> Log Message:
> 1. Vacuum is updated for MVCC.
> 2. Much faster btree tuples deletion in the case when first on page
>    index tuple is deleted (no movement to the left page(s)).
> 3. Remember blkno of new root page in BTPageOpaque of
>    left/right siblings when root page is splitted.

Great news!

--  Bruce Momjian                        |  http://www.op.net/~candle maillist@candle.pha.pa.us            |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026
 


pgsql-hackers by date:

Previous
From: Vince Vielhaber
Date:
Subject: Re: [HACKERS] libpq++
Next
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] Parser doesn't grok unqualified array element