pgsql/src/backend/catalog index.c

From: Hiroshi Inoue <inoue(at)hub(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/backend/catalog index.c
Date: 2001-08-17 23:50:01
Message-ID: 200108172350.f7HNo1h01922@hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /home/projects/pgsql/cvsroot
Module name: pgsql
Changes by: inoue(at)hub(dot)org 01/08/17 19:50:00

Modified files:
src/backend/catalog: index.c

Log message:
Ensure to hold an exclusive lock while reindexing a relation.
This is mainly to help developers to understand the code.

Browse pgsql-committers by date

  From Date Subject
Next Message Hiroshi Inoue 2001-08-18 04:30:47 pgsql/src/interfaces/odbc bind.c columninfo.c ...
Previous Message Mikhail Terekhov 2001-08-17 19:21:48 Re: [HACKERS] Re: WIN32 errno patch