Re: [PATCHES] refactor index build

2005-05-10 Thread Tom Lane
Neil Conway <[EMAIL PROTECTED]> writes: > This patch refactors away some duplicated code in the index AM build > methods: they all invoke UpdateStats() since they have computed the > number of heap tuples, so I created a function in catalog/index.c that > each AM calls. This is per earlier discu

[PATCHES] refactor index build

2005-05-10 Thread Neil Conway
This patch refactors away some duplicated code in the index AM build methods: they all invoke UpdateStats() since they have computed the number of heap tuples, so I created a function in catalog/index.c that each AM calls. This is per earlier discussion (it was included in the GiST patches I su