Re: Re: [COMMITTERS] pgsql: autovacuum: Drop orphan temp tables more quickly but with more c - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Re: [COMMITTERS] pgsql: autovacuum: Drop orphan temp tables more quickly but with more c
Date
Msg-id 30024.1479776234@sss.pgh.pa.us
Whole thread Raw
In response to Re: [COMMITTERS] pgsql: autovacuum: Drop orphan temp tables more quickly but with more c  (Michael Paquier <michael.paquier@gmail.com>)
Responses Re: Re: [COMMITTERS] pgsql: autovacuum: Drop orphan temp tables more quickly but with more c  (Michael Paquier <michael.paquier@gmail.com>)
List pgsql-hackers
Michael Paquier <michael.paquier@gmail.com> writes:
> On Mon, Nov 21, 2016 at 10:05 AM, Robert Haas <rhaas@postgresql.org> wrote:
>> autovacuum: Drop orphan temp tables more quickly but with more caution.

> I have found an obvious bug when reading the code this morning:
> orphan_failures is not initialized:

My compiler noticed that, too.  Will push.
        regards, tom lane



pgsql-hackers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: [COMMITTERS] pgsql: autovacuum: Drop orphan temp tables more quickly but with more c
Next
From: Claudio Freire
Date:
Subject: Re: [WIP] [B-Tree] Keep indexes sorted by heap physical location