Exclude pg_internal.init from BASE_BACKUP Add docs to explain this for other backup mechanisms
Author: David Steele <[email protected]> Reviewed-by: Petr Jelinek <[email protected]> et al Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/98267ee83e068afa8bd85c8cc710ab2144e711fa Modified Files -------------- doc/src/sgml/backup.sgml | 6 ++++++ doc/src/sgml/protocol.sgml | 5 +++++ src/backend/replication/basebackup.c | 4 ++++ src/backend/utils/cache/relcache.c | 5 ----- src/bin/pg_basebackup/t/010_pg_basebackup.pl | 10 ++++++++-- src/include/utils/relcache.h | 5 +++++ 6 files changed, 28 insertions(+), 7 deletions(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
