Thread
Commits
-
pg_dump: Add const decorations
- 649900815046 14.0 landed
-
pg_dump: Add const decorations
Peter Eisentraut <peter.eisentraut@enterprisedb.com> — 2021-02-03T12:10:51Z
Something that came out of work on pg_dump recently. I added const decorations to the *info arguments of the dump* functions, to clarify that they don't modify that argument. Many other nearby functions modify their arguments, so this can help clarify these different APIs a bit.