WARNING: relcache reference leak: relation "p1" not closed

From: Kevin Grittner <kgrittn(at)gmail(dot)com>
To: "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>
Subject: WARNING: relcache reference leak: relation "p1" not closed
Date: 2017-03-06 21:11:42
Message-ID: CACjxUsOHbH1=99u8mGxmLHfy5hov4ENEpvM6=3ARjos7wG7rtQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

With e434ad39ae7316bcf35fd578dd34ad7e1ff3c25f I did a `make world`,
`make install-world`, a fresh default initdb, a start with default
config, `make installcheck`, connected to the regression database
with psql as the initial superuser, and ran:

regression=# vacuum freeze analyze;
WARNING: relcache reference leak: relation "p1" not closed
VACUUM

--
Kevin Grittner

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2017-03-06 21:13:36 Re: PATCH: pageinspect / add page_checksum and bt_page_items(bytea)
Previous Message Tom Lane 2017-03-06 21:00:59 Re: dump a comment of a TSDictionary