aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/gist/gistscan.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:18:39 +0300
commit5da417f7c4b2adb5b2aa4d6c86354f8de87dcde9 (patch)
tree1884014c8826d04dd237dc4fe0412945db27d321 /src/backend/access/gist/gistscan.c
parent503c7305a1e379f95649eef1a694d0c1dbdc674a (diff)
downloadpostgresql-5da417f7c4b2adb5b2aa4d6c86354f8de87dcde9.tar.gz
postgresql-5da417f7c4b2adb5b2aa4d6c86354f8de87dcde9.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/gistscan.c')
0 files changed, 0 insertions, 0 deletions