Thread: pgsql-server/ oc/src/sgml/ref/cluster.sgml rc/ ...

pgsql-server/ oc/src/sgml/ref/cluster.sgml rc/ ...

From
tgl@postgresql.org (Tom Lane)
Date:
CVSROOT:    /cvsroot
Module name:    pgsql-server
Changes by:    tgl@postgresql.org    02/12/30 13:42:17

Modified files:
    doc/src/sgml/ref: cluster.sgml
    src/backend/commands: cluster.c tablecmds.c
    src/backend/tcop: utility.c
    src/include/commands: cluster.h
    src/test/regress/expected: cluster.out

Log message:
    Code review for CLUSTER ALL patch.  Fix bogus locking, incorrect transaction
    stop/start nesting, other infelicities.