Allocator sizeof operand mismatch (src/backend/regex/regcomp.c)

Поиск
Список
Период
Сортировка
От Ranier Vilela
Тема Allocator sizeof operand mismatch (src/backend/regex/regcomp.c)
Дата
Msg-id CAEudQArXbHYYBtinMxtfQTn6_hg-4J9Sfwyi-BV8QoMx_Xt6Gg@mail.gmail.com
обсуждение исходный текст
Ответы Re: Allocator sizeof operand mismatch (src/backend/regex/regcomp.c)  (Zhang Mingli <zmlpostgres@gmail.com>)
Список pgsql-hackers
Hi,

About the error:
Result of 'malloc' is converted to a pointer of type 'char', which is incompatible with sizeof operand type 'struct guts'

The patch attached tries to fix this.

regards,
Ranier Vilela
Вложения

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

Предыдущее
От: Zhang Mingli
Дата:
Сообщение: [Code Comments]enum COPY_NEW_FE is removed
Следующее
От: Michael Paquier
Дата:
Сообщение: Re: [Code Comments]enum COPY_NEW_FE is removed