In the new dispensation where REINDEX doesn't take exclusive lock on
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 25 Oct 2004 15:42:02 +0000 (15:42 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 25 Oct 2004 15:42:02 +0000 (15:42 +0000)
commit2c66dcf684137fdcc4371fd0aeb736a2f6458c36
treef89b8c51da326ed07186257dabb92f0780804ff2
parent1d6b0969411e00b096d3e829df3a05debbc4821d
In the new dispensation where REINDEX doesn't take exclusive lock on
the parent table, it's essential that all index accesses take some kind
of lock on the index.  I had missed vacuumlazy.c :-( ...
src/backend/commands/vacuumlazy.c