]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Undo overly enthusiastic de-const-ification.
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 23 Jun 2011 03:03:11 +0000 (23:03 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 23 Jun 2011 03:05:06 +0000 (23:05 -0400)
commit1c20ba4f41faccbd11c90c4220ef6ae11a574ba5
treeedeaa24613c1a131642cb7739df652f3e476c85a
parentd9db32401c1477fb63fb47a376fc0d08605dcc9b
Undo overly enthusiastic de-const-ification.

s/const//g wasn't exactly what I was suggesting here ... parameter
declarations of the form "const structtype *param" are good and useful,
so put those occurrences back.  Likewise, avoid casting away the const
in a "const void *" parameter.
src/backend/storage/lmgr/predicate.c