pg_dump: Add const decorations - Mailing list pgsql-hackers

From Peter Eisentraut
Subject pg_dump: Add const decorations
Date
Msg-id 012d3030-9a2c-99a1-ed2d-988978b5632f@enterprisedb.com
Whole thread Raw
List pgsql-hackers
Something that came out of work on pg_dump recently.  I added const 
decorations to the *info arguments of the dump* functions, to clarify 
that they don't modify that argument.  Many other nearby functions 
modify their arguments, so this can help clarify these different APIs a bit.

Attachment

pgsql-hackers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: Bug in COPY FROM backslash escaping multi-byte chars
Next
From: Amit Kapila
Date:
Subject: Re: pg_replication_origin_drop API potential race condition