Relids instead of Bitmapset * in plannode.h

Поиск
Список
Период
Сортировка
От Ashutosh Bapat
Тема Relids instead of Bitmapset * in plannode.h
Дата
Msg-id CAExHW5tHCdRRAv6gu5qKb23Gniyg6twQAHm-mPkc+D+Aavmoug@mail.gmail.com
обсуждение исходный текст
Ответы Re: Relids instead of Bitmapset * in plannode.h  (Alvaro Herrera <alvherre@alvh.no-ip.org>)
Список pgsql-hackers
Hi,
For some reason plannode.h has declared variable to hold RTIs as
Bitmapset * instead of Relids like other places. Here's patch to fix
it. This is superficial change as Relids is typedefed to Bitmapset *.
Build succeeds for me and also make check passes.

-- 
Best Wishes,
Ashutosh Bapat

Вложения

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

Предыдущее
От: Amit Kapila
Дата:
Сообщение: Re: Synchronizing slots from primary to standby
Следующее
От: Richard Guo
Дата:
Сообщение: Re: A performance issue with Memoize