OSDN Git Service

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:04:46 +0000 (23:04 -0400)
commit223be216afa13b708904ca1d72898f2ccf5cef40
tree219536940897db09860206fb0f15471f31eb14db
parent0b44818ead933f9a09c85045003eafbcb4b2f3bc
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