Re: [HACKERS] Fresh initdb contains a few deleted B-Tree pages

2014-07-01 Thread Peter Geoghegan
On Tue, Jul 1, 2014 at 6:02 AM, Greg Stark wrote: > Why is this even a small concern? Initdb runs the bootstrap SQL which does > various SQL operations so it's not surprising there are some updates > creating garbage. Iirc we don't even rely on template0 being frozen any > more. It's not surprisi

Re: [HACKERS] Fresh initdb contains a few deleted B-Tree pages

2014-07-01 Thread Greg Stark
Why is this even a small concern? Initdb runs the bootstrap SQL which does various SQL operations so it's not surprising there are some updates creating garbage. Iirc we don't even rely on template0 being frozen any more. -- greg