Re: fd.c doesn't remove files on a crash-restart - Mailing list pgsql-hackers

From Tom Lane
Subject Re: fd.c doesn't remove files on a crash-restart
Date
Msg-id 24887.1458155790@sss.pgh.pa.us
Whole thread Raw
In response to Re: fd.c doesn't remove files on a crash-restart  (Robert Haas <robertmhaas@gmail.com>)
Responses Re: fd.c doesn't remove files on a crash-restart
List pgsql-hackers
Robert Haas <robertmhaas@gmail.com> writes:
> On Wed, Mar 16, 2016 at 2:05 PM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
>> Possible compromise: remove files only in non-Assert builds?

> That sorta seems like tying two things together that aren't obviously
> related.  I think building with --enable-cassert is support to enable
> debugging cross-checks, not change behavior.

Well, it's support to enable debugging, and I would classify not
destroying evidence as being debugging support.
        regards, tom lane



pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: fd.c doesn't remove files on a crash-restart
Next
From: Peter Geoghegan
Date:
Subject: Re: fd.c doesn't remove files on a crash-restart