Re: pipe chunking vs Windows

Поиск
Список
Период
Сортировка
От Magnus Hagander
Тема Re: pipe chunking vs Windows
Дата
Msg-id 46AC93B8.1010608@hagander.net
обсуждение исходный текст
Ответ на pipe chunking vs Windows  (Andrew Dunstan <andrew@dunslane.net>)
Ответы Re: pipe chunking vs Windows
Список pgsql-hackers
Andrew Dunstan wrote:
> 
> I have just discovered that the recently implemented pipe chunking
> protocol is broken on Windows. This is because the pipes are operating
> in text mode and doing LF->CR-LF translation, so the number of bytes
> received is not the number transmitted and set in the protocol header.
> 
> I have not yet succeeded in turning this behaviour off (_setmode()
> didn't seem to affect it). If we can't find a way to turn it off, the
> only solution short of abandoning its use on Windows that I can think of
> is to translate LF on input to something unlikely like 0x1C and then
> translate it back when we read it from the pipe.

At what point does it actually do the translation? Meaning what
system/library call has it?

Are we using the pipes from src/port/pipe.c? It does sound a bit weird
that they'd do that, since it's basically just emulating stuff over
standard tcp sockets, but perhaps something is broken in that code?

Sorry, haven't really checked up on the chunk code yet, so I don't know
offhand where to look.

//Magnus


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

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: pipe chunking vs Windows
Следующее
От: Tom Lane
Дата:
Сообщение: Re: stats_block_level