OSDN Git Service

Teach CLUSTER to skip writing WAL if not needed (ie, not using archiving)
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 29 Mar 2007 00:15:39 +0000 (00:15 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 29 Mar 2007 00:15:39 +0000 (00:15 +0000)
commitfba8113c1b74b9508cf2e6b7a18b0fb3637d9ba0
treeb70081c09aa6f06b442f4f43313e738a693de7ea
parent4591fb1aa8c0f8c2d724c2a83e1a336650cca933
Teach CLUSTER to skip writing WAL if not needed (ie, not using archiving)
--- Simon.
Also, code review and cleanup for the previous COPY-no-WAL patches --- Tom.
12 files changed:
doc/src/sgml/perform.sgml
src/backend/access/heap/heapam.c
src/backend/access/heap/tuptoaster.c
src/backend/catalog/index.c
src/backend/commands/cluster.c
src/backend/commands/copy.c
src/backend/executor/execMain.c
src/backend/utils/cache/relcache.c
src/include/access/heapam.h
src/include/access/tuptoaster.h
src/include/utils/rel.h
src/include/utils/relcache.h