Prevent WAL logging when COPY is done in the same transation that
Bruce Momjian <bruce@momjian.us>
Prevent WAL logging when COPY is done in the same transation that created it. Simon Riggs
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/perform.sgml | modified | +47 −4 |
| src/backend/access/heap/heapam.c | modified | +40 −5 |
| src/backend/access/heap/tuptoaster.c | modified | +7 −7 |
| src/backend/catalog/index.c | modified | +4 −1 |
| src/backend/commands/copy.c | modified | +51 −2 |
| src/backend/executor/execMain.c | modified | +2 −6 |
| src/backend/utils/cache/relcache.c | modified | +21 −2 |
| src/include/access/heapam.h | modified | +6 −1 |
| src/include/access/tuptoaster.h | modified | +2 −2 |
| src/include/utils/rel.h | modified | +2 −1 |