mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2025-06-10 23:27:30 +02:00
This constructor creates a Buffer object directly from a zero-terminated string. The old way was to create a String object first, then convert that to a Buffer using bufNewStr(). Updated in all places that used the old pattern.