Re: null iv parameter passed to combo_init()

Поиск
Список
Период
Сортировка
От Noah Misch
Тема Re: null iv parameter passed to combo_init()
Дата
Msg-id 20220113024933.GB413996@rfd.leadboat.com
обсуждение исходный текст
Ответ на Re: null iv parameter passed to combo_init()  (Zhihong Yu <zyu@yugabyte.com>)
Ответы Re: null iv parameter passed to combo_init()  (Zhihong Yu <zyu@yugabyte.com>)
Список pgsql-hackers
On Mon, Jan 10, 2022 at 03:34:27PM -0800, Zhihong Yu wrote:
> On Sun, Jan 9, 2022 at 6:45 PM Zhihong Yu <zyu@yugabyte.com> wrote:
> > gcc -Wall -Wmissing-prototypes -Wpointer-arith
> > -Wdeclaration-after-statement -Werror=vla -Wendif-labels
> > -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type
> > -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard
> > -Wno-format-truncation -Wno-stringop-truncation -fsanitize=undefined
> > -fsanitize-undefined-trap-on-error -I../../src/port -DFRONTEND
> > -I../../src/include  -D_GNU_SOURCE   -c -o path.o path.c
> 
> Patch v3 passes `make check-world`

The patch uses the "LENGTH_VAR != 0" style in px.c, but it uses "POINTER_VAR
!= NULL" style in the other files.  Please use "LENGTH_VAR != 0" style in each
place you're changing.

Assuming the next version looks good, I'll likely back-patch it to v10.  Would
anyone like to argue for a back-patch all the way to 9.2?



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

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: Windows vs recovery tests
Следующее
От: Fujii Masao
Дата:
Сообщение: Re: postgres_fdw: commit remote (sub)transactions in parallel during pre-commit