pgsql: Add missing const qualifier

From: David Rowley <drowley(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Add missing const qualifier
Date: 2022-12-03 07:33:45
Message-ID: E1p1N1s-001nxb-CG@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Dean Rasheed 2022-12-03 12:30:33 pgsql: Fix DEFAULT handling for multi-row INSERT rules.
Previous Message Andres Freund 2022-12-03 03:04:47 pgsql: Prevent pgstats from getting confused when relkind of a relation