pgsql: Add comment that ec_relids excludes "child" EquivalenceClass mem

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add comment that ec_relids excludes "child" EquivalenceClass mem
Date: 2014-03-05 21:00:40
Message-ID: E1WLIvg-0006Q7-UQ@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add comment that ec_relids excludes "child" EquivalenceClass members.

This was already documented a few lines further down, but the comment
just beside the field declaration could be misleading. Per gripe
from Kyotaro Horiguchi.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/8cf0ad1ea38db3e16ac04b408168df4c937862e6

Modified Files
--------------
src/include/nodes/relation.h | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2014-03-05 21:42:25 pgsql: Fix portability issues in recently added make_timestamp/make_int
Previous Message Robert Haas 2014-03-05 18:00:58 pgsql: Fix some typos introduced by the logical decoding patch.