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

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

pgsql-server/src/backend/commands vacuum.c

От
tgl@svr1.postgresql.org (Tom Lane)
Дата:
CVSROOT:    /cvsroot
Module name:    pgsql-server
Changes by:    tgl@svr1.postgresql.org    03/10/02 20:19:44

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

Log message:
    Add a bit more locking to vac_update_relstats and vac_update_dbstats
    to make them comparable to what UpdateStats does in the same situation.
    I'm not certain two instances of vac_update_relstats could run in
    parallel for the same relation, but parallel invocations of vac_update_dbstats
    do seem possible.