odyssey/docker/bin
reshke 1710d40246
Target session attr feature for storage (#456)
* Target session attr feature for storage


Storage host section is now accepts a comma-separated
PostgreSQL hosts list, in format "host2,host2"
or "[host1]:port1,host2" etc.

Storage structure now holds pointer to host, which connection was acquired.
This is required to cancel`s queries to work fine.

Target session attrs policies added:

    read-write
    read-only
    any (default)

Target session attrs uses pg_is_in_recovery function to
check if host in primary or replica. in_hot_standby option is not checked yet.
2022-08-18 17:15:13 +05:00
..
ody-restart fix coveirty issues + remove legacy (#224) 2020-10-26 17:29:05 +05:00
ody-start fix coveirty issues + remove legacy (#224) 2020-10-26 17:29:05 +05:00
ody-stop fix coveirty issues + remove legacy (#224) 2020-10-26 17:29:05 +05:00
setup Target session attr feature for storage (#456) 2022-08-18 17:15:13 +05:00
teardown fix tests and drop travis ci (#358) 2021-11-12 16:54:50 +05:00