Undo overly enthusiastic de-const-ification.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 1c20ba4f41faccbd11c90c4220ef6ae11a574ba5
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2011-06-23T03:05:06Z
Releases: 9.1.0
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.

Files

PathChange+/−
src/backend/storage/lmgr/predicate.c modified +35 −36