mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2025-03-03 14:52:21 +02:00
This lets the compiler know that these variables are not modified which should lead to better optimization. Smart compilers should be able to figure this out on their own, but marking parameters const is still good for documentation.