]> granicus.if.org Git - postgresql/commit
Skip temp tables from basebackup.
authorTeodor Sigaev <teodor@sigaev.ru>
Tue, 27 Mar 2018 13:14:40 +0000 (16:14 +0300)
committerTeodor Sigaev <teodor@sigaev.ru>
Tue, 27 Mar 2018 13:14:40 +0000 (16:14 +0300)
commit920a5e500a119b03356fb1fb64a677eb1aa5fc6f
tree8830b4fe2fd32cbc6b81787d3aa70c4410044499
parent3ad55863e9392bff73377911ebbf9760027ed405
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
doc/src/sgml/protocol.sgml
src/backend/replication/basebackup.c
src/backend/storage/file/fd.c
src/bin/pg_basebackup/t/010_pg_basebackup.pl
src/include/storage/fd.h