summaryrefslogtreecommitdiff
path: root/doc/src/sgml/ref/postgres-ref.sgml
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 /doc/src/sgml/ref/postgres-ref.sgml
parent66370f5158f2bca02202376204bfccdfdafd2bd4 (diff)
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 'doc/src/sgml/ref/postgres-ref.sgml')
0 files changed, 0 insertions, 0 deletions