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

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

From
tgl@svr1.postgresql.org (Tom Lane)
Date:
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.