pgsql: Update obsolete comment in index_drop(). - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Update obsolete comment in index_drop().
Date
Msg-id 20090531205537.6703B75331E@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Update obsolete comment in index_drop().  When the comment was written,
queries frequently took no lock at all on individual indexes.  That's not
true any more, but we still need lock on the parent table to make it safe
to use cached lists of index OIDs.

Modified Files:
--------------
    pgsql/src/backend/catalog:
        index.c (r1.315 -> r1.316)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/catalog/index.c?r1=1.315&r2=1.316)

pgsql-committers by date:

Previous
From: bmomjian@pgfoundry.org (User Bmomjian)
Date:
Subject: pg-migrator - pg_migrator: Improve tsvector conversion script.
Next
From: jbcooley@pgfoundry.org (User Jbcooley)
Date:
Subject: npgsql - Npgsql2: Test ToString in other cultures (thanks to Otto H)