pgsql: Dept of second thoughts: the IQ of estimate_array_length() needs

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Dept of second thoughts: the IQ of estimate_array_length() needs
Date: 2007-01-28 02:53:34
Message-ID: 20070128025334.6E5F89FB25E@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Dept of second thoughts: the IQ of estimate_array_length() needs to be
kept on par with that of scalararraysel(), else estimates that should
track might not. Hence teach it about binary-compatible cases, too.

Modified Files:
--------------
pgsql/src/backend/utils/adt:
selfuncs.c (r1.222 -> r1.223)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/selfuncs.c.diff?r1=1.222&r2=1.223)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2007-01-28 02:53:42 pgsql: Dept of second thoughts: the IQ of estimate_array_length() needs
Previous Message Bruce Momjian 2007-01-28 02:33:09 pgsql: Add signal.h for sys_siglist reference.