Обсуждение: Wrong comment for bitncmp function in network.c

Поиск
Список
Период
Сортировка

Wrong comment for bitncmp function in network.c

От
Emre Hasegeli
Дата:
I am not sure it worth reporting but it took me a while to find out
what is wrong with comparing two values returned from
the bitncmp function. It does not return -1, 1 or 0 as it is written
on the comment when n % 8 == 0.



Re: Wrong comment for bitncmp function in network.c

От
Tom Lane
Дата:
Emre Hasegeli <emre@hasegeli.com> writes:
> I am not sure it worth reporting but it took me a while to find out
> what is wrong with comparing two values returned from
> the bitncmp function. It does not return -1, 1 or 0 as it is written
> on the comment when n % 8 == 0.

Yeah, should say "<0, >0, or 0", I guess.  Will fix, thanks.
        regards, tom lane