pgsql: Add missing ReleaseBuffer call in BRIN revmap code

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add missing ReleaseBuffer call in BRIN revmap code
Date: 2015-09-11 18:32:34
Message-ID: E1ZaT7i-00080u-7v@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2015-09-11 18:56:40 pgsql: Fix build problems in commit aa65de042f5828968f2f6cd65f45c543a40
Previous Message Kevin Grittner 2015-09-11 18:23:48 pgsql: Fix an O(N^2) problem in foreign key references.