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.
Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/f73bd5fd081187a6515d0f0764730958ad6ba41a Modified Files -------------- src/bin/pg_dump/compress_io.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
