diff options
author | Peter Eisentraut <peter@eisentraut.org> | 2021-02-10 13:08:13 +0100 |
---|---|---|
committer | Peter Eisentraut <peter@eisentraut.org> | 2021-02-10 13:21:47 +0100 |
commit | 64990081504661ff5c04dbf20cc4252be66ab149 (patch) | |
tree | e30747953b2e066b91c8ce5c268f08da06c4c276 /src/backend/parser/parse_expr.c | |
parent | 4ad5611055c8381d6a9b54fc11838418a1f14bc9 (diff) | |
download | postgresql-64990081504661ff5c04dbf20cc4252be66ab149.tar.gz postgresql-64990081504661ff5c04dbf20cc4252be66ab149.zip |
pg_dump: Add const decorations
Add 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.
Discussion: https://www.postgresql.org/message-id/flat/012d3030-9a2c-99a1-ed2d-988978b5632f%40enterprisedb.com
Diffstat (limited to 'src/backend/parser/parse_expr.c')
0 files changed, 0 insertions, 0 deletions