Add missing const qualifier
authorDavid Rowley <drowley@postgresql.org>
Sat, 3 Dec 2022 07:33:22 +0000 (20:33 +1300)
committerDavid Rowley <drowley@postgresql.org>
Sat, 3 Dec 2022 07:33:22 +0000 (20:33 +1300)
commitf73bd5fd081187a6515d0f0764730958ad6ba41a
tree40c9a271c06725dc3c7d8aa84a2bfa7e2b16eb8d
parentcb2e7ddfe571e2a158725200a33f728232059c2e
Add missing const qualifier

This is present in the declaration for ReadDataFromArchive, so we'd better
have it in the definition too in order to avoid compilers from complaining
about the mismatch of function signatures.
src/bin/pg_dump/compress_io.c