Re: appendBinaryStringInfo stuff

Поиск
Список
Период
Сортировка
От Corey Huinker
Тема Re: appendBinaryStringInfo stuff
Дата
Msg-id CADkLM=cprBDinpS71gWNKUc48cciRuBQou76Q2gCSfrvboNFxQ@mail.gmail.com
обсуждение исходный текст
Ответ на Re: appendBinaryStringInfo stuff  (Peter Eisentraut <peter.eisentraut@enterprisedb.com>)
Ответы Re: appendBinaryStringInfo stuff  (Peter Eisentraut <peter.eisentraut@enterprisedb.com>)
Список pgsql-hackers


On Fri, Feb 10, 2023 at 7:16 AM Peter Eisentraut <peter.eisentraut@enterprisedb.com> wrote:
On 19.12.22 07:13, Peter Eisentraut wrote:
> Also, the argument type of appendBinaryStringInfo() is char *.  There is
> some code that uses this function to assemble some kind of packed binary
> layout, which requires a bunch of casts because of this.  I think
> functions taking binary data plus length should take void * instead,
> like memcpy() for example.

I found a little follow-up for this one: Make the same change to
pq_sendbytes(), which is a thin wrapper around appendBinaryStringInfo().
  This would allow getting rid of further casts at call sites.

+1 

Has all the benefits that 54a177a948b0a773c25c6737d1cc3cc49222a526 had.

Passes make check-world.

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

Предыдущее
От: Jeff Davis
Дата:
Сообщение: Doc fix for CREATE DATABASE
Следующее
От: Nathan Bossart
Дата:
Сообщение: Re: pg_usleep for multisecond delays