1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2025-02-09 13:46:51 +02:00
David Steele 4a94b6bef9 Refactor protocol helper.
Simplify and improve data structures that track protocol client connections. The prior code could not store pg or repo clients but not both. We don't have a need for that yet, but tracking clients only by hostIdx was not flexible for some upcoming improvements. It is important to be able to identify and free clients very precisely.

In general this code should be easier to understand and removes duplicated code for local/remote clients.
2024-12-27 13:51:50 -05:00
..
2024-12-16 12:04:21 -05:00
2024-11-22 15:25:43 -05:00
2024-12-27 13:51:50 -05:00
2024-11-27 17:05:31 -05:00