yandex / odyssey

Scalable PostgreSQL connection pooler
BSD 3-Clause "New" or "Revised" License
3.13k stars 155 forks source link

Revert "Do not use machinarium API while holding lock" #601

Closed x4m closed 3 months ago

x4m commented 3 months ago

It seems like #599 is breaking tests. I suspect that we call machine_getpeername() for internal pool, which is not expected. Let's revert it for now and return back later,