Buildfarm failures for hash indexes: buffer leaks

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: Postgres hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Buildfarm failures for hash indexes: buffer leaks
Date: 2018-10-22 07:00:21
Message-ID: 20181022070021.GD17163@paquier.xyz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi all,

Looking at the buildfarm, serinus and moonjelly have just complained
about the failure of $subject:
https://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=serinus&dt=2018-10-22%2006%3A34%3A02
https://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=moonjelly&dt=2018-10-20%2015%3A17%3A02

The first failure is unrelated to the involved commits, as they touched
completely different areas of the code:
INSERT INTO hash_split_heap SELECT a/2 FROM generate_series(1, 25000) a;
+ WARNING: buffer refcount leak: [6481] (rel=base/16384/32349, blockNum=156, flags=0x93800000, refcount=1 1)

And versions older than HEAD do not complain.

Any thoughts?
--
Michael

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Haribabu Kommi 2018-10-22 07:16:47 Re: Pluggable Storage - Andres's take
Previous Message John Naylor 2018-10-22 06:44:27 Re: WIP: Avoid creation of the free space map for small tables