pgsql: Repair oversight in creation of "append relations": we should set

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: Repair oversight in creation of "append relations": we should set
Дата
Msg-id 20070128185040.D48A39FB2C0@postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Repair oversight in creation of "append relations": we should set up
rel->tuples as well as rel->rows, since some estimation functions expect both
to be valid in every baserel.  Per report from Dave Dutcher.

Modified Files:
--------------
    pgsql/src/backend/optimizer/path:
        allpaths.c (r1.157 -> r1.158)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/optimizer/path/allpaths.c.diff?r1=1.157&r2=1.158)

В списке pgsql-committers по дате отправления:

Предыдущее
От: okbob@pgfoundry.org (User Okbob)
Дата:
Сообщение: plpsm - plpgpsm: plpgpsm doesn't need any core patch.
Следующее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Repair oversight in creation of "append relations": we should set