Re: Patch to reindex primary keys

From: Robert Haas <robertmhaas(at)gmail(dot)com>
To: Gurjeet Singh <singh(dot)gurjeet(at)gmail(dot)com>
Cc: PGSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Patch to reindex primary keys
Date: 2010-09-30 20:33:09
Message-ID: AANLkTindbTBXX0yorgsm_6vetQrfLav5xhHyUE_s=tcK@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, Sep 29, 2010 at 8:42 PM, Gurjeet Singh <singh(dot)gurjeet(at)gmail(dot)com> wrote:
>     Attached is a patch that implements replacing a primary key with another
> index. This would help overcome the limitation that primary keys cannot be
> reindexed
> without taking exclusive locks.

Sounds useful. You should add this patch here so it gets reviewed
during the next CommitFest.

https://commitfest.postgresql.org/action/commitfest_view/open

--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise Postgres Company

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Kevin Grittner 2010-09-30 20:38:11 Re: git diff --patience
Previous Message Robert Haas 2010-09-30 20:27:34 Re: O_DSYNC broken on MacOS X?