Run work after the current transaction commits. withTransaction here is a pass-through holding no connection, so there is nothing to defer and f runs immediately. For pg compatibility.
work to run
Run work after the current transaction commits. withTransaction here is a pass-through holding no connection, so there is nothing to defer and f runs immediately. For pg compatibility.