pgsql: Undo overly enthusiastic de-const-ification.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Undo overly enthusiastic de-const-ification.
Date: 2011-06-23 03:05:25
Message-ID: E1QZaEP-0005GE-MD@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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
------
REL9_1_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/1c20ba4f41faccbd11c90c4220ef6ae11a574ba5

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

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2011-06-23 05:12:24 pgsql: Add a bit of markup
Previous Message Robert Haas 2011-06-23 02:23:39 Re: [COMMITTERS] pgsql: Make the visibility map crash-safe.