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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Andres Freund <andres(at)anarazel(dot)de>
Cc: pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql: Avoid use of float arithmetic in bipartite_match.c.
Date: 2015-08-23 17:30:45
Message-ID: 14723.1440351045@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Andres Freund <andres(at)anarazel(dot)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

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2015-08-23 17:44:37 Re: pgsql: Avoid use of float arithmetic in bipartite_match.c.
Previous Message Andres Freund 2015-08-23 17:25:46 Re: pgsql: Avoid use of float arithmetic in bipartite_match.c.