Re: [PATCHES] [HACKERS] Open 7.4 items

2003-10-09 Thread Bruce Momjian
Patch applied. Thanks. --- Neil Conway wrote: > On Sun, 2003-10-05 at 19:58, Tom Lane wrote: > > That's a fairly useless place to put it, though, since someone would > > only think to look at sort_mem if they already had a

Re: [PATCHES] [HACKERS] Open 7.4 items

2003-10-05 Thread Tom Lane
Neil Conway <[EMAIL PROTECTED]> writes: > (BTW, is there a reason the docs consistently call them "B-tree > indexes", not "B+-tree indexes"?) The latter might be technically more correct, but most people are going to think it's a typo. I think B-tree is fine for the purposes of our docs.

Re: [PATCHES] [HACKERS] Open 7.4 items

2003-10-05 Thread Neil Conway
On Sun, 2003-10-05 at 19:58, Tom Lane wrote: > That's a fairly useless place to put it, though, since someone would > only think to look at sort_mem if they already had a clue. It should > be mentioned under bulk data load (in performance tips chapter) Attached is a doc patch that does this. The