Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
> 2. In cases such as "const Relation foo" where the parameter type
> is a typedeffed pointer, it is easy for readers to arrive at the
> false conclusion that this guarantees the function doesn't change
> the pointed-to structure.
So easy that in fact that was my belief when I wrote it. Since that
was wrong, I totally support the (now accomplished) removal of the
useless and misleading qualifier. Thanks for spotting this mistaken
assumption.
-Kevin