Re: pgsql: Avoid use of float arithmetic in bipartite_match.c.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pgsql: Avoid use of float arithmetic in bipartite_match.c.
Дата
Msg-id 14723.1440351045@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: pgsql: Avoid use of float arithmetic in bipartite_match.c.  (Andres Freund <andres@anarazel.de>)
Ответы Re: pgsql: Avoid use of float arithmetic in bipartite_match.c.  (Andres Freund <andres@anarazel.de>)
Список pgsql-committers
Andres Freund <andres@anarazel.de> writes:
> Not sure why you replaced n by k?

I thought it was possible to confuse it with the "n"'s used in the
previous line to denote the graph sizes.

> the nodes are 1..n, so the adjacency list should be as well (or the
> other way round).

No, I meant them to be different.  Do you think the other way is better?

            regards, tom lane


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

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: pgsql: Avoid use of float arithmetic in bipartite_match.c.
Следующее
От: Andres Freund
Дата:
Сообщение: Re: pgsql: Avoid use of float arithmetic in bipartite_match.c.