Re: pgsql: Avoid use of float arithmetic in bipartite_match.c. - Mailing list pgsql-committers

From Tom Lane
Subject Re: pgsql: Avoid use of float arithmetic in bipartite_match.c.
Date
Msg-id 14723.1440351045@sss.pgh.pa.us
Whole thread Raw
In response to Re: pgsql: Avoid use of float arithmetic in bipartite_match.c.  (Andres Freund <andres@anarazel.de>)
Responses Re: pgsql: Avoid use of float arithmetic in bipartite_match.c.  (Andres Freund <andres@anarazel.de>)
List 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 by date:

Previous
From: Andres Freund
Date:
Subject: Re: pgsql: Avoid use of float arithmetic in bipartite_match.c.
Next
From: Andres Freund
Date:
Subject: Re: pgsql: Avoid use of float arithmetic in bipartite_match.c.