]> granicus.if.org Git - postgresql/commit
Fix obsolete comment in set_rel_size().
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 24 Apr 2015 19:18:07 +0000 (15:18 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 24 Apr 2015 19:18:48 +0000 (15:18 -0400)
commitb743a8b313d4ab8c216a22d9898bf9b377ae0167
tree02adfa78acf2db31dc75bc70e65e8d5bc60a17dc
parentd3f5d2892bc7f48adce4116d7f99f75214544934
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