pgsql: Add missing ReleaseBuffer call in BRIN revmap code - Mailing list pgsql-committers

From Alvaro Herrera
Subject pgsql: Add missing ReleaseBuffer call in BRIN revmap code
Date
Msg-id E1ZaT7i-00080u-7v@gemulon.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Kevin Grittner
Date:
Subject: pgsql: Fix an O(N^2) problem in foreign key references.
Next
From: Alvaro Herrera
Date:
Subject: pgsql: Add missing ReleaseBuffer call in BRIN revmap code