This patch refactors away some duplicated code in the index AM build

Neil Conway <neilc@samurai.com>

Commit: 314043749573f8638bd779298860828c44484ca4
Author: Neil Conway <neilc@samurai.com>
Date: 2005-05-11T06:24:55Z
Releases: 8.1.0
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 now calls.

Files