Hi Mr.Freund.

> cfbot complains about some compiler warnings when building with clang:
> https://cirrus-ci.com/task/6606268580757504
> 
> deparse.c:3459:22: error: equality comparison with extraneous parentheses
> [-Werror,-Wparentheses-equality]
>         if ((node->aggsplit == AGGSPLIT_SIMPLE)) {
>              ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~
> deparse.c:3459:22: note: remove extraneous parentheses around the
> comparison to silence this warning
>         if ((node->aggsplit == AGGSPLIT_SIMPLE)) {
>             ~               ^                 ~
> deparse.c:3459:22: note: use '=' to turn this equality comparison into an
> assignment
>         if ((node->aggsplit == AGGSPLIT_SIMPLE)) {
>                             ^~
>                             =
I fixed this error.

Sincerely yours,
Yuuki Fujii

--
Yuuki Fujii
Information Technology R&D Center Mitsubishi Electric Corporation

Attachment: 0001-Partial-aggregates-push-down-v17.patch
Description: 0001-Partial-aggregates-push-down-v17.patch

Reply via email to