Neil Conway <neilc(at)samurai(dot)com> writes:
> tgl(at)svr1(dot)postgresql(dot)org (Tom Lane) writes:
>> Repair error apparently introduced in the initial coding of GUC: the
>> default value for geqo_effort is supposed to be 40, not 1. The actual
>> 'genetic' component of the GEQO algorithm has been practically disabled
>> since 7.1 because of this mistake.
> Is this worth considering for a backport to the 7.4 branch?
Considering it's been broken for several releases and no one noticed,
I'm not sure it's critical. This is just something I noticed while
looking at Mike's recent complaint that GEQO is too slow. This change
actually makes it slower :-( but I'm hoping to find that we can buy
that back with other improvements.
regards, tom lane
In response to
pgsql-committers by date
| Next: | From: Dennis Bjorklund | Date: 2004-01-22 07:26:32 |
| Subject: pgsql-server/src/backend/po sv.po |
| Previous: | From: Tom Lane | Date: 2004-01-22 02:23:35 |
| Subject: pgsql-server/src backend/executor/Tag: backend ... |