mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2025-01-30 05:39:12 +02:00
bd0081fec8
Using StringId for the client/session type removes String constants and some awkward referencing/dereferencing needed to use a String constant in the interface. Converting IoSessionRole to StringId removes a conditional in ioSessionToLog() and improves debug logging by outputting client/server instead of 0/1.