diff options
author | Andres Freund | 2018-10-16 03:45:30 +0000 |
---|---|---|
committer | Andres Freund | 2018-10-16 04:01:14 +0000 |
commit | 62649bad831fb69b5d9644470acc413a35cddea6 (patch) | |
tree | e0d99a747615337e515290eb634c2f74fb2df2b6 /contrib/btree_gist/sql | |
parent | c5257345ef61922468cd9abd887c3cb6c38792cb (diff) |
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 'contrib/btree_gist/sql')
0 files changed, 0 insertions, 0 deletions