denodrivers/postgres

[docs] .release() should be await?

iugo opened this issue · 1 comments

No, actually by the signature you can see that pool_client.release is a sync function, so there is no need for awaiting it