pgsql: Add missing ReleaseBuffer call in BRIN revmap code

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема pgsql: Add missing ReleaseBuffer call in BRIN revmap code
Дата
Msg-id E1ZaT7i-00080u-7v@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Add missing ReleaseBuffer call in BRIN revmap code

I think this particular branch is actually dead, but the analysis to
prove that is not trivial, so instead take the weasel way.

Reported by Jinyu Zhang
Backpatch to 9.5, where BRIN was introduced.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/5cd6538345858aec128945b58265a8d5560777dc

Modified Files
--------------
src/backend/access/brin/brin_revmap.c |    1 +
1 file changed, 1 insertion(+)


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

Предыдущее
От: Kevin Grittner
Дата:
Сообщение: pgsql: Fix an O(N^2) problem in foreign key references.
Следующее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: Add missing ReleaseBuffer call in BRIN revmap code