Re: Roadmap for FE/BE protocol redesign

Поиск
Список
Период
Сортировка
От Christopher Kings-Lynne
Тема Re: Roadmap for FE/BE protocol redesign
Дата
Msg-id 094601c2e903$f10e5fe0$6500a8c0@fhp.internal
обсуждение исходный текст
Ответ на Roadmap for FE/BE protocol redesign  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
> > One addition I would personally like to see (it comes up in my apps
> > code) is the ability to detect wheather the server is big endian or
> > little endian.  When using binary cursors this is necessary in order to
> > read int data.
>
> Actually, my hope is to eliminate that business entirely by
> standardizing the on-the-wire representation for binary data; note the
> reference to send/receive routines in the original message.  For integer
> data this is simple enough: network byte order will be it.  I'm not sure
> yet what to do about float data.

Is that something that the 'XDR' spec deals with?  (Thinking back to 3rd
year networking unit)...

Chris



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

Предыдущее
От: "Christopher Kings-Lynne"
Дата:
Сообщение: Re: Roadmap for FE/BE protocol redesign
Следующее
От: Dave Cramer
Дата:
Сообщение: Re: Roadmap for FE/BE protocol redesign