]> granicus.if.org Git - postgresql/commit
Exclude unlogged tables from base backups
authorTeodor Sigaev <teodor@sigaev.ru>
Fri, 23 Mar 2018 16:14:12 +0000 (19:14 +0300)
committerTeodor Sigaev <teodor@sigaev.ru>
Fri, 23 Mar 2018 16:14:12 +0000 (19:14 +0300)
commit8694cc96b52a967a49725f32be7aa77fd3b6ac25
tree4f901f1b090f18fe8e355ad7897b76f41d5f6742
parent7ba7986fb4364e889a705c9973fefa138650091c
Exclude unlogged tables from base backups

Exclude unlogged tables from base backup entirely except init fork which marks
created unlogged table. The next question is do not backup temp table but
it's a story for separate patch.

Author: David Steele
Review by: Adam Brightwell, Masahiko Sawada
Discussion: https://www.postgresql.org/message-id/flat/04791bab-cb04-ba43-e9c0-664a4c1ffb2c@pgmasters.net
doc/src/sgml/protocol.sgml
src/backend/replication/basebackup.c
src/backend/storage/file/reinit.c
src/bin/pg_basebackup/t/010_pg_basebackup.pl
src/include/storage/reinit.h