pgsql: Undo overly enthusiastic de-const-ification. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Undo overly enthusiastic de-const-ification.
Date
Msg-id E1QZaEP-0005GC-Og@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/223be216afa13b708904ca1d72898f2ccf5cef40

Modified Files
--------------
src/backend/storage/lmgr/predicate.c |   71 +++++++++++++++++-----------------
1 files changed, 35 insertions(+), 36 deletions(-)


pgsql-committers by date:

Previous
From: Bruce Momjian
Date:
Subject: pgsql: In pg_upgrade, check that the binary and data directories are th
Next
From: Peter Eisentraut
Date:
Subject: pgsql: Add a bit of markup