Re: Portability concerns over pq_sendbyte?

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: Portability concerns over pq_sendbyte?
Дата
Msg-id 20180627094046.GE2667@paquier.xyz
обсуждение исходный текст
Ответ на Re: Portability concerns over pq_sendbyte?  (Andres Freund <andres@anarazel.de>)
Список pgsql-hackers
On Tue, Jun 26, 2018 at 11:51:49PM -0700, Andres Freund wrote:
> Looking at surrounding code I found a few more oddities, but of older
> vintage:
> - pq_sendfloat4 uses an uint32 in the union, but float8 uses a int64.
> - same with pq_getmsgfloat[48]
> - pq_getmsgint64 returns a int64, should probably also be uint64
>
> Given they're practially harmless I'm inclined to only fix them in
> master?

Doing those three things on HEAD only looks like a good plan to me.  I
have not spotted more inconsistencies in pqformat.c.
--
Michael

Вложения

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

Предыдущее
От: Michael Paquier
Дата:
Сообщение: Re: Small fixes about backup history file in doc and pg_standby
Следующее
От: Rajkumar Raghuwanshi
Дата:
Сообщение: alter index WITH ( storage_parameter = value [, ... ] ) for partition index.