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

From: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
To: vadim(at)hub(dot)org (Vadim B(dot) Mikheev - CVS)
Cc: hackers(at)postgreSQL(dot)org (PostgreSQL-development)
Subject: Re: [COMMITTERS] 'pgsql/src/backend/access/heap heapam.c't
Date: 1999-03-29 16:04:46
Message-ID: 199903291606.LAA10382@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 1999-03-29 16:06:15 Re: [HACKERS] incorrect const usage
Previous Message Bruce Momjian 1999-03-29 16:03:08 Re: [HACKERS] Memory grows without bounds in aggregates!