Add missing const qualifier
David Rowley <drowley@postgresql.org>
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
| Path | Change | +/− |
|---|---|---|
| src/bin/pg_dump/compress_io.c | modified | +2 −1 |