Fix obsolete comment in set_rel_size().
authorTom Lane
Fri, 24 Apr 2015 19:18:07 +0000 (15:18 -0400)
committerTom Lane
Fri, 24 Apr 2015 19:18:37 +0000 (15:18 -0400)
commitd3398d085dfbc2cfea98b4b57a96be780058b6ff
tree2c6d69774bdd0aebb52c8067af5840ed20e32ffe
parent438a062d54035febf4769618950d11eda48247c4
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
src/backend/optimizer/path/allpaths.c