Re: HOT latest patch - version 8

Поиск
Список
Период
Сортировка
От Pavan Deolasee
Тема Re: HOT latest patch - version 8
Дата
Msg-id 2e78013d0707130254w367f03b9idfc8fbfb90ae6c50@mail.gmail.com
обсуждение исходный текст
Ответ на HOT latest patch - version 8  ("Pavan Deolasee" <pavan.deolasee@gmail.com>)
Ответы Re: HOT latest patch - version 8
Re: HOT latest patch - version 8
Список pgsql-patches

Please see updated version of the patch. This includes further code
refactoring and bug fixes.

heapam code is now refactored and I have also added several comments
in that code as well as vacuum and create index related code.

In the previous version, we were not collecting aborted heap-only
tuples since they are not part of any chain. This version deals with
such tuples.

There is also some cleanup in the VACUUM FULL area. Especially
we have dealt with the redirected line pointers by pointing them to
the first non-dead tuple in the chain. Since we hold exclusive lock
on the relation, we can easily do that.

Anyways, we still need a comprehensive writeup, but if someone
wants to test things further, this patch should be used.

Thanks,
Pavan

On 6/27/07, Pavan Deolasee < pavan.deolasee@gmail.com> wrote:

Hi All,

Please see version 8 of the HOT patch attached with the mail.
In the last couple of weeks, few people like Heikki, Simon, Greg,
Korry have reviewed the patch. I should especially thank Heikki
for his thorough review.

In the process we have fixed quite a few bugs and improved
few things. The attached patch is based on those changes.

I now need to again split the patch into smaller patches for
ease of review. There were some additional suggestions regarding
refactoring which I would do now. But if anybody wants to just
test the patch, please use this version.

I would summarize the changes when I split and send the smaller
patches.

Thanks,
Pavan

--
Pavan Deolasee
EnterpriseDB     http://www.enterprisedb.com




--
Pavan Deolasee
EnterpriseDB     http://www.enterprisedb.com
Вложения

В списке pgsql-patches по дате отправления:

Предыдущее
От: "Devinder Singh"
Дата:
Сообщение: Re: [BUGS] BUG #3439: pg_standby and path name with space
Следующее
От: "Simon Riggs"
Дата:
Сообщение: Synchronous Commit Doc Patch