]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Add missing ReleaseBuffer call in BRIN revmap code
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Fri, 11 Sep 2015 18:29:46 +0000 (15:29 -0300)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Fri, 11 Sep 2015 18:31:25 +0000 (15:31 -0300)
commit25b3ddd1de54563b631484f6d56bd56bef906102
tree388f2e47c18d903d00694ce059395d478b7463a7
parent974f910b64511ace9d00a9458577fe439b63ec01
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.
src/backend/access/brin/brin_revmap.c