Andres Freund <and...@anarazel.de> writes: > Remove BufFile's isTemp flag. > The isTemp flag controls whether buffile.c chops BufFile data up into > 1GB segments on disk. Since it was badly named and always true, get > rid of it.
[ squint... ] That used to have an actual purpose connected to transaction-abort cleanup, IIRC. It disturbs me that this seems to have been lost. regards, tom lane