pgsql: Add comment that ec_relids excludes "child" EquivalenceClass mem - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Add comment that ec_relids excludes "child" EquivalenceClass mem
Date
Msg-id E1WLIvg-0006Q7-UQ@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Robert Haas
Date:
Subject: pgsql: Fix some typos introduced by the logical decoding patch.
Next
From: Tom Lane
Date:
Subject: pgsql: Fix portability issues in recently added make_timestamp/make_int