Are you 100% certain that both builds are using all the same libraries?
And to be an apples-apples comparison, you really need to ensure that
the datadir is on the same filesystem in both cases (that's the first
thing I'd check).
Also, that pg_index... error sounds like the second build has been
c
Hello all,
I've been running performance tests on various incantations of Postgres
on/off for a month or so. And, I've just come across some unexpected
results.
When I start my Postgres build as such:
# (Scenario 1)
./configure --prefix=/usr --libdir=/usr/lib --bindir=/usr/bin
--includedir=/us