RE: removal of dangling temp tables

From: "Tsunakawa, Takayuki" <tsunakawa(dot)takay(at)jp(dot)fujitsu(dot)com>
To: 'Alvaro Herrera' <alvherre(at)2ndquadrant(dot)com>
Cc: Michael Paquier <michael(at)paquier(dot)xyz>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Robert Haas <robertmhaas(at)gmail(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: RE: removal of dangling temp tables
Date: 2018-12-27 00:26:36
Message-ID: 0A3221C70F24FB45833433255569204D1FB5DD79@G01JPEXMBYT05
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

From: Alvaro Herrera [mailto:alvherre(at)2ndquadrant(dot)com]
> Having been victim of ABI incompatibility myself, I loathe giving too much
> priority to other issues that can be resolved in other ways, so I don't
> necessarily support your view on bugs.
> That said, I think in this case it shouldn't be a problem, so I'm going
> to work on that next.

I understood your sad experience...

> Thanks. I just tested that the attached patch does the intended. (I named
> it "autovac" but obviously the DISCARD part is not about autovacuum). I
> intend to push this patch first, and later backpatch the other one.

The patch looks good. I think this can be committed.

Please don't mind replying to this mail.

Regards
Takayuki Tsunakawa

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2018-12-27 01:09:18 Re: pgsql: Fix failure to check for open() or fsync() failures.
Previous Message Thomas Munro 2018-12-26 23:53:24 Re: Shared Memory: How to use SYSV rather than MMAP ?