pgsql: Fix obsolete comment in set_rel_size().

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Fix obsolete comment in set_rel_size().
Дата
Msg-id E1Ylj7p-00034L-Dp@gemulon.postgresql.org
обсуждение исходный текст
Список 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_3_STABLE

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

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


В списке pgsql-committers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix obsolete comment in set_rel_size().
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix obsolete comment in set_rel_size().