]> granicus.if.org Git - postgresql/commit
Remove BufFile's isTemp flag.
authorAndres Freund <andres@anarazel.de>
Fri, 17 Nov 2017 01:52:57 +0000 (17:52 -0800)
committerAndres Freund <andres@anarazel.de>
Fri, 17 Nov 2017 01:52:57 +0000 (17:52 -0800)
commit11e264517dff7a911d9e6494de86049cab42cde3
tree653ddeab10de543008be42c9734c2943e8d7d406
parent7082e614c0dd504cdf49c4d5a692159f22e78f9d
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.

Author: Thomas Munro (based on suggestion by Peter Geoghegan)
Reviewed-By: Peter Geoghegan, Andres Freund
Discussion: https://postgr.es/m/CAH2-Wz%3D%2B9Rfqh5UdvdW9rGezdhrMGGH-JL1X9FXXVZdeeGeOJA%40mail.gmail.com
src/backend/storage/file/buffile.c