pgsql: Fix obsolete comment in set_rel_size().

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix obsolete comment in set_rel_size().
Date: 2015-04-24 19:18:57
Message-ID: E1Ylj7p-00034J-Dj@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix obsolete comment in set_rel_size().

The cross-reference to set_append_rel_pathlist() was obsoleted by
commit e2fa76d80ba571d4de8992de6386536867250474, which split what
had been set_rel_pathlist() and child routines into two sets of
functions. But I (tgl) evidently missed updating this comment.

Back-patch to 9.2 to avoid unnecessary divergence among branches.

Amit Langote

Branch
------
REL9_4_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/d3398d085dfbc2cfea98b4b57a96be780058b6ff

Modified Files
--------------
src/backend/optimizer/path/allpaths.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2015-04-24 21:12:27 Re: pgsql: Fix incorrect matching of subexpressions in outer-join plan node
Previous Message Heikki Linnakangas 2015-04-24 18:14:43 pgsql: Add comments explaining how unique and exclusion constraints are