Re: Remove !isTemp buffile.c code

From: Peter Geoghegan <pg(at)bowt(dot)ie>
To: Andres Freund <andres(at)anarazel(dot)de>
Cc: PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Remove !isTemp buffile.c code
Date: 2017-03-26 05:26:39
Message-ID: CAH2-WznW6KRQ_yT5rmRYv-6DqbNmDnWUqN_D0Ur+fhyNit=pEg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Sat, Mar 25, 2017 at 10:25 PM, Andres Freund <andres(at)anarazel(dot)de> wrote:
> buffile.c currently has a fair amount of code dependant on
> BufFile->isTemp - which afaics hasn't ever been used. I'd rather remove
> that code, before potentially (further) breaking the unused code.

I think this is a good idea, but then I suggested it originally.

--
Peter Geoghegan

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Geoghegan 2017-03-26 05:33:51 Re: WIP: [[Parallel] Shared] Hash
Previous Message Andres Freund 2017-03-26 05:25:16 Remove !isTemp buffile.c code