Maksym Planeta, le Sun 08 Apr 2012 01:28:48 +0300, a écrit : > No, it isn't bogus and should work, but as it is hack that relies on > implementation and how it works is not obvious (at least from my point > of view), I decided to disable it. Do you think that it should be > returned?
It depends how seldom it is. pager_truncate is only called when truncating a file to a smaller size, right? That does not seem very performance-critical, so it might be better to just remove the optimization. Samuel