Re: WARNING: relcache reference leak: relation "p1" not closed
Kevin Grittner <kgrittn@gmail.com>
From: Kevin Grittner <kgrittn@gmail.com>
To: "pgsql-hackers@postgresql.org" <pgsql-hackers@postgresql.org>
Date: 2017-03-06T21:24:43Z
Lists: pgsql-hackers
[original message held up for review -- should be along eventualy...] On Mon, Mar 6, 2017 at 3:11 PM, Kevin Grittner <kgrittn@gmail.com> wrote: > 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 Still present in e6477a8134ace06ef3a45a7ce15813cd398e72d8 -- Kevin Grittner
Commits
-
Give partitioned table "p" in regression tests a less generic name.
- aa56671836e6 10.0 landed
-
Fix relcache reference leak.
- d88d06cd0783 10.0 landed
-
Combine several DROP variants into generic DropStmt
- e6477a8134ac 10.0 cited
-
Reorder the asynchronous libpq calls for replication connection
- e434ad39ae73 10.0 cited
-
Don't uselessly rewrite, truncate, VACUUM, or ANALYZE partitioned tables.
- 3c3bb99330aa 10.0 cited