pgsql: Update obsolete comment in index_drop().

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Update obsolete comment in index_drop().
Date: 2009-05-31 20:55:37
Message-ID: 20090531205537.6703B75331E@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message User Jbcooley 2009-05-31 21:51:08 npgsql - Npgsql2: Test ToString in other cultures (thanks to Otto H)
Previous Message User Bmomjian 2009-05-31 20:25:49 pg-migrator - pg_migrator: Improve tsvector conversion script.