| From: | Michael Paquier <michael(dot)paquier(at)gmail(dot)com> |
|---|---|
| To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
| Cc: | Robert Haas <rhaas(at)postgresql(dot)org>, PostgreSQL mailing lists <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | Re: Re: [COMMITTERS] pgsql: autovacuum: Drop orphan temp tables more quickly but with more c |
| Date: | 2016-11-22 01:17:52 |
| Message-ID: | CAB7nPqTD-1eV6WgrByUL2sSuA-kfiiLDBwxFgk_x=q84DDQb0A@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers pgsql-hackers |
On Mon, Nov 21, 2016 at 4:57 PM, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
> Michael Paquier <michael(dot)paquier(at)gmail(dot)com> writes:
>> On Mon, Nov 21, 2016 at 10:05 AM, Robert Haas <rhaas(at)postgresql(dot)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.
Thanks.
--
Michael
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2016-11-22 01:39:36 | pgsql: Make contrib/test_decoding regression tests safe for CZ locale. |
| Previous Message | Tom Lane | 2016-11-22 01:00:04 | pgsql: Fix uninitialized variable. |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2016-11-22 01:40:16 | Re: regression tests fails |
| Previous Message | Claudio Freire | 2016-11-22 01:15:39 | Re: [WIP] [B-Tree] Keep indexes sorted by heap physical location |