]> granicus.if.org Git - postgresql/commit
Update obsolete comment in index_drop(). When the comment was written,
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 31 May 2009 20:55:37 +0000 (20:55 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 31 May 2009 20:55:37 +0000 (20:55 +0000)
commit5377ccbe2495b81c3b9fbd170841492098875998
treea59449dc9364fedb10bdf73e7b5ab6a1fec09e91
parentfa88e92a1d00bdb148b1f5ee4941dc38cbdd1693
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.
src/backend/catalog/index.c