Re: Couple of minor fixes

Поиск
Список
Период
Сортировка
От Magnus Hagander
Тема Re: Couple of minor fixes
Дата
Msg-id 6BCB9D8A16AC4241919521715F4D8BCEA0F8F4@algol.sollentuna.se
обсуждение исходный текст
Ответ на Couple of minor fixes  ("Magnus Hagander" <mha@sollentuna.net>)
Ответы Re: Couple of minor fixes  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-patches
> > 2) timezone/localtime.c, transtime() has a const arcument in the
> > implementation but non-const in declaration.
>
> I did this the other way (make implementation match declaration).
> I think the coding was in fact correct per spec, because
> const-ness of an argument value is not part of the function signature.

Ok.


> > I'm also seeing a lot of signed/unsigned mismatch, but IIRC it was
> > said at some point that we don't care about those.
>
> In HEAD?  They're all cleaned up according to the compilers I use.

Yup.
More digging then I guess. Probably a #define that's messe dup
somewhere.

//Magnus

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Couple of minor fixes
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Couple of minor fixes