]> granicus.if.org Git - postgresql/commit
Fix race condition that could allow two concurrent transactions
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 1 Jan 2002 20:32:37 +0000 (20:32 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 1 Jan 2002 20:32:37 +0000 (20:32 +0000)
commit1ccc67600bce722ac6edd695e06b451ff75cdc4d
treef0e919674a000413ed24a97d9603b8dea162ac8c
parentc546170e7765eaff1bd2ec14fbaa8d3c2b75a7b2
Fix race condition that could allow two concurrent transactions
to insert the same key into a supposedly unique index.  The bug is of
low probability, and may not explain any of the recent reports of
duplicated rows; but a bug is a bug.
src/backend/access/nbtree/nbtinsert.c