Re: Binary support for pgoutput plugin

Поиск
Список
Период
Сортировка
От Thomas Munro
Тема Re: Binary support for pgoutput plugin
Дата
Msg-id CA+hUKGKC=Yu6ZG0=K4R++7pEgj5zJgMqsVbuoHjLUjVLXBoPZA@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Binary support for pgoutput plugin  (Dave Cramer <davecramer@gmail.com>)
Ответы Re: Binary support for pgoutput plugin  (Dave Cramer <davecramer@gmail.com>)
Список pgsql-hackers
On Thu, Oct 31, 2019 at 3:03 AM Dave Cramer <davecramer@gmail.com> wrote:
> Ok, I've rebased and reverted logicalrep_read_insert

Hi Dave,

From the code style police (actually just from cfbot, which is set up
to complain about declarations after statements, a bit of C99 we
aren't ready for):

proto.c:557:6: error: ISO C90 forbids mixed declarations and code
[-Werror=declaration-after-statement]
      int len = pq_getmsgint(in, 4); /* read length */
      ^
proto.c:573:6: error: ISO C90 forbids mixed declarations and code
[-Werror=declaration-after-statement]
      int len = pq_getmsgint(in, 4); /* read length */
      ^



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

Предыдущее
От: Thomas Munro
Дата:
Сообщение: Re: New SQL counter statistics view (pg_stat_sql)
Следующее
От: Tom Lane
Дата:
Сообщение: TAP tests aren't using the magic words for Windows file access