Undo overly enthusiastic de-const-ification.

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

Commit: 223be216afa13b708904ca1d72898f2ccf5cef40
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2011-06-23T03:04:46Z
Releases: 9.2.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