Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 1.21.2 | Patrick Cloke | 2020-10-15 | 1 | -1/+0 |
| | |||||
* | Remove racey assertion in MultiWriterIDGenerator (#8530) | Erik Johnston | 2020-10-15 | 1 | -0/+1 |
We asserted that the IDs returned by postgres sequence was greater than any we had seen, however this is technically racey as we may update the current positions out of order. We now assert that the sequences are correct on startup, so the assertion is no longer really required, so we remove them. |