Re: pgsql: Fix calculation of relid sets for partitionwise child joins.

Поиск
Список
Период
Сортировка
От Jeff Davis
Тема Re: pgsql: Fix calculation of relid sets for partitionwise child joins.
Дата
Msg-id ef0de9713e605451f1b60b30648c5ee900b2394c.camel@j-davis.com
обсуждение исходный текст
Ответ на pgsql: Fix calculation of relid sets for partitionwise child joins.  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: pgsql: Fix calculation of relid sets for partitionwise child joins.  (Bharath Rupireddy <bharath.rupireddyforpostgres@gmail.com>)
Список pgsql-committers
On Fri, 2023-07-21 at 16:00 +0000, Tom Lane wrote:
> Fix calculation of relid sets for partitionwise child joins.

In CI, I'm seeing a compiler warning here:

https://cirrus-ci.com/task/6112262960709632

[22:28:11.772] joinrels.c: In function ‘try_partitionwise_join’:
[22:28:11.772] joinrels.c:1546:11: error: variable ‘child_joinrelids’
set but not used [-Werror=unused-but-set-variable]
[22:28:11.772]  1546 |   Relids  child_joinrelids;
[22:28:11.772]       |           ^~~~~~~~~~~~~~~~
[22:28:11.772] cc1: all warnings being treated as errors

Regards,
    Jeff Davis




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

Предыдущее
От: Jeff Davis
Дата:
Сообщение: pgsql: ICU: remove negative test that fails to fail.
Следующее
От: Bharath Rupireddy
Дата:
Сообщение: Re: pgsql: Fix calculation of relid sets for partitionwise child joins.