Fix a couple of misuages of bms_num_members()

Поиск
Список
Период
Сортировка
От David Rowley
Тема Fix a couple of misuages of bms_num_members()
Дата
Msg-id CAApHDvpvwm_QjbDOb5xga+KmX9XkN9xQavNGm3SvDbVnCYOerQ@mail.gmail.com
обсуждение исходный текст
Ответы Re: Fix a couple of misuages of bms_num_members()  (Tomas Vondra <tomas.vondra@2ndquadrant.com>)
Список pgsql-hackers
I noticed today there are a few places where we use bms_num_memebers()
where we really should be using bms_membership().  These are not bugs,
they're mostly just bad examples to leave laying around, at best, and
a small performance penalty, at worst.

Unless there are any objections, I plan to push this to master only in
about 10 hours time.

David

Вложения

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

Предыдущее
От: Ashutosh Sharma
Дата:
Сообщение: Re: recovering from "found xmin ... from before relfrozenxid ..."
Следующее
От: Amit Kapila
Дата:
Сообщение: Re: PATCH: logical_work_mem and logical streaming of large in-progress transactions