postgres icon indicating copy to clipboard operation
postgres copied to clipboard

Race condition on statement creation and deletion

Open danog opened this issue 7 months ago • 0 comments

Preparing the same statement in multiple fibers leads to a race condition upon automated deletion of the statement w/ statementDeallocate (or at the very least, this is what I assume is happening, working on a reproducer and fix).

Example failure: https://github.com/danog/AsyncOrm/actions/runs/15122430937/job/42507652789

danog avatar May 19 '25 20:05 danog