yandex / odyssey

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

Add addr pool in rule #550

Closed NikitaUnisikhin closed 4 months ago

NikitaUnisikhin commented 6 months ago

-- Added address to the rule. Address supported IPv4/IPv6 with mask and hostname -- Сhanged the logs taking into account the new parameter -- Сreated a module for working with addresses (address.c) also used the module in hba -- Added tests for new functionality