Remove !isTemp buffile.c code

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Remove !isTemp buffile.c code
Date: 2017-03-26 05:25:16
Message-ID: 20170326052516.rxqw3cxks35qmchk@alap3.anarazel.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

A nearby thread [1], does some work on buffile.c. Amongst others it
renames isTemp to something else (not sure yet why - the new name is
about as apt as before), but that's not really what I want to talk about
here.

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.

Any arguments against?

Greetings,

Andres Freund

[1] https://www.postgresql.org/message-id/CAEepm=0vp18JyWa5o_=ehK1QTZrymXk3Q0NPJoSqb=tdQTifGw@mail.gmail.com

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Geoghegan 2017-03-26 05:26:39 Re: Remove !isTemp buffile.c code
Previous Message Andres Freund 2017-03-26 04:52:39 Re: Re: [COMMITTERS] pgsql: Faster expression evaluation and targetlist projection.