aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/gist/gistutil.c
diff options
context:
space:
mode:
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>2011-06-22 12:18:39 +0300
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>2011-06-22 12:21:34 +0300
commitfbaa7a23e4d225f3422f5ede9897d49cb7ca3ff5 (patch)
tree87176d010a293516ed84ad822aa3a04222f478f5 /src/backend/access/gist/gistutil.c
parent66370f5158f2bca02202376204bfccdfdafd2bd4 (diff)
downloadpostgresql-fbaa7a23e4d225f3422f5ede9897d49cb7ca3ff5.tar.gz
postgresql-fbaa7a23e4d225f3422f5ede9897d49cb7ca3ff5.zip
Remove pointless const qualifiers from function arguments in the SSI code.
As Tom Lane pointed out, "const Relation foo" doesn't guarantee that you can't modify the data the "foo" pointer points to. It just means that you can't change the pointer to point to something else within the function, which is not very useful.
Diffstat (limited to 'src/backend/access/gist/gistutil.c')
0 files changed, 0 insertions, 0 deletions