Add missing const qualifier

David Rowley <drowley@postgresql.org>

Commit: f73bd5fd081187a6515d0f0764730958ad6ba41a
Author: David Rowley <drowley@postgresql.org>
Date: 2022-12-03T07:33:22Z
Releases: 16.0
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.

Files

PathChange+/−
src/bin/pg_dump/compress_io.c modified +2 −1