I'd like make a subtle correction. At Wed, 02 Sep 2020 10:31:22 +0900 (JST), Kyotaro Horiguchi <horikyota....@gmail.com> wrote in > By the way > > > #define BUF_DROP_THRESHOLD 500 /* NBuffers divided by 2 */ > > NBuffers is not a constant. Even if we wanted to set the macro as > described in the comment, we should have used (NBuffers/2) instead of > "500". But I suppose you might wanted to use (NBuffders / 500) as Tom > suggested upthread. And the name of the macro seems too generic. I
Who made the suggestion is Andres, not Tom. Sorry for the mistake. > think more specific names like BUF_DROP_FULLSCAN_THRESHOLD would be > better. regards. -- Kyotaro Horiguchi NTT Open Source Software Center