Skip temp tables from basebackup.
Teodor Sigaev <teodor@sigaev.ru>
Skip temp tables from basebackup. Do not store temp tables in basebackup, they will not be visible anyway, so, there are not reasons to store them. Author: David Steel Reviewed by: me Discussion: https://www.postgresql.org/message-id/flat/5ea4d26a-a453-c1b7-eff9-5a3ef8f8aceb@pgmasters.net
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/protocol.sgml | modified | +1 −1 |
| src/backend/replication/basebackup.c | modified | +10 −0 |
| src/backend/storage/file/fd.c | modified | +1 −2 |
| src/bin/pg_basebackup/t/010_pg_basebackup.pl | modified | +48 −1 |
| src/include/storage/fd.h | modified | +1 −0 |
Documentation touched
Discussion
- PATCH: Exclude temp relations from base backup 7 messages · 2018-02-28 → 2018-03-27