Обсуждение: pgsql/src/backend/commands analyze.c

Поиск
Список
Период
Сортировка

pgsql/src/backend/commands analyze.c

От
Tom Lane
Дата:
CVSROOT:    /home/projects/pgsql/cvsroot
Module name:    pgsql
Changes by:    tgl@hub.org    01/07/05 15:33:35

Modified files:
    src/backend/commands: analyze.c

Log message:
    Don't assume that max offset number stays fixed on a page when we're
    not holding a pin on the page.  Use double instead of long to count
    rows in relation, so that code still works for > LONG_MAX rows in rel.