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)
commit538c0d07de032a34ec4ca5b37245ecd1bd7976e7
tree8c8fd8fb96e1e9c42aac7a7871817591f6a04a25
parent121d5b9bb1e07a2baf5456a3c09f846e342cfe93
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