BUG #17074: PQsocket() truncate hande on win64

Поиск
Список
Период
Сортировка
От PG Bug reporting form
Тема BUG #17074: PQsocket() truncate hande on win64
Дата
Msg-id 17074-b064bbbb12dc6cf6@postgresql.org
обсуждение исходный текст
Ответы Re: BUG #17074: PQsocket() truncate hande on win64
Список pgsql-bugs
The following bug has been logged on the website:

Bug reference:      17074
Logged by:          Alexey Polushin
Email address:      barlone@gmail.com
PostgreSQL version: 13.3
Operating system:   windows 64 bit
Description:

Function PQsocket from libpq returns int. But on win64, int type has 32
bits, and socket handle has 64 bits. 
PQsocket must return а different type, may be ptrdiff_t.


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

Предыдущее
От: Amit Kapila
Дата:
Сообщение: Re: BUG #17072: Assert for clogGroupNext failed due to a race condition in TransactionGroupUpdateXidStatus()
Следующее
От: Tom Lane
Дата:
Сообщение: Re: BUG #17074: PQsocket() truncate hande on win64