diff options
author | Andres Freund <andres@anarazel.de> | 2018-10-15 20:45:30 -0700 |
---|---|---|
committer | Andres Freund <andres@anarazel.de> | 2018-10-15 21:01:14 -0700 |
commit | 62649bad831fb69b5d9644470acc413a35cddea6 (patch) | |
tree | e0d99a747615337e515290eb634c2f74fb2df2b6 /src/backend/parser/parse_utilcmd.c | |
parent | c5257345ef61922468cd9abd887c3cb6c38792cb (diff) | |
download | postgresql-62649bad831fb69b5d9644470acc413a35cddea6.tar.gz postgresql-62649bad831fb69b5d9644470acc413a35cddea6.zip |
Correct constness of a few variables.
This allows the compiler / linker to mark affected pages as read-only.
There's other cases, but they're a bit more invasive, and should go
through some review. These are easy.
They were found with
objdump -j .data -t src/backend/postgres|awk '{print $4, $5, $6}'|sort -r|less
Discussion: https://postgr.es/m/20181015200754.7y7zfuzsoux2c4ya@alap3.anarazel.de
Diffstat (limited to 'src/backend/parser/parse_utilcmd.c')
0 files changed, 0 insertions, 0 deletions