On Sat, Mar 25, 2017 at 10:25 PM, Andres Freund 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
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 -