Code review for CLUSTER ALL patch. Fix bogus locking, incorrect transaction
Tom Lane <tgl@sss.pgh.pa.us>
Code review for CLUSTER ALL patch. Fix bogus locking, incorrect transaction stop/start nesting, other infelicities.
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/ref/cluster.sgml | modified | +13 −11 |
| src/backend/commands/cluster.c | modified | +257 −245 |
| src/backend/commands/tablecmds.c | modified | +6 −11 |
| src/backend/tcop/utility.c | modified | +3 −11 |
| src/include/commands/cluster.h | modified | +6 −9 |
| src/test/regress/expected/cluster.out | modified | +1 −1 |