Fix obsolete comment in set_rel_size().

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 70d44dd9de2b781436ef1d55906614d241e02249
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2015-04-24T19:18:07Z
Releases: 9.5.0
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

Files

PathChange+/−
src/backend/optimizer/path/allpaths.c modified +1 −1