pgsql: Add missing const qualifier - Mailing list pgsql-committers

From David Rowley
Subject pgsql: Add missing const qualifier
Date
Msg-id E1p1N1s-001nxb-CG@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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(-)


pgsql-committers by date:

Previous
From: Andres Freund
Date:
Subject: pgsql: Prevent pgstats from getting confused when relkind of a relation
Next
From: Dean Rasheed
Date:
Subject: pgsql: Fix DEFAULT handling for multi-row INSERT rules.