Re: Fixed pg_class refcache leak when the meta tuple in pg_class in invalid.

From: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Ming Li <mli(at)apache(dot)org>, PostgreSQL mailing lists <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Fixed pg_class refcache leak when the meta tuple in pg_class in invalid.
Date: 2016-11-28 02:47:36
Message-ID: CAB7nPqQQXB0o4-HxxFMR9ArsuG5MWviStDc1fWZ-TTLWKcjw7w@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Sat, Nov 26, 2016 at 8:57 AM, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
> Could you show us a test case that provokes the warning you see?

Nothing to worry about IMO. Looking at the patch, there is no
pg_class_relation declared, so this would not even compile...
--
Michael

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Amit Kapila 2016-11-28 02:49:02 Re: Parallel bitmap heap scan
Previous Message Tom Lane 2016-11-28 02:46:53 Re: Autovacuum breakage from a734fd5d1