diff options
author | David Rowley <drowley@postgresql.org> | 2022-12-03 20:33:22 +1300 |
---|---|---|
committer | David Rowley <drowley@postgresql.org> | 2022-12-03 20:33:22 +1300 |
commit | f73bd5fd081187a6515d0f0764730958ad6ba41a (patch) | |
tree | 40c9a271c06725dc3c7d8aa84a2bfa7e2b16eb8d /src/backend/executor/nodeModifyTable.c | |
parent | cb2e7ddfe571e2a158725200a33f728232059c2e (diff) | |
download | postgresql-f73bd5fd081187a6515d0f0764730958ad6ba41a.tar.gz postgresql-f73bd5fd081187a6515d0f0764730958ad6ba41a.zip |
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.
Diffstat (limited to 'src/backend/executor/nodeModifyTable.c')
0 files changed, 0 insertions, 0 deletions