Re: pgsql: Skip temp tables from basebackup.

Поиск
Список
Период
Сортировка
От Teodor Sigaev
Тема Re: pgsql: Skip temp tables from basebackup.
Дата
Msg-id 2e6c5364-f60c-15a1-fd2e-14de291407c8@sigaev.ru
обсуждение исходный текст
Ответ на pgsql: Skip temp tables from basebackup.  (Teodor Sigaev <teodor@sigaev.ru>)
Ответы Re: pgsql: Skip temp tables from basebackup.  (Teodor Sigaev <teodor@sigaev.ru>)
Re: pgsql: Skip temp tables from basebackup.  (David Steele <david@pgmasters.net>)
Re: pgsql: Skip temp tables from basebackup.  (Andrew Gierth <andrew@tao11.riddles.org.uk>)
Список pgsql-committers
Hm, seems, Windows doesn't like this patch
https://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=bowerbird&dt=2018-03-27

David, could you have a look?

Teodor Sigaev wrote:
> 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
> 
> Branch
> ------
> master
> 
> Details
> -------
> https://git.postgresql.org/pg/commitdiff/920a5e500a119b03356fb1fb64a677eb1aa5fc6f
> 
> Modified Files
> --------------
> doc/src/sgml/protocol.sgml                   |  2 +-
> src/backend/replication/basebackup.c         | 10 ++++++
> src/backend/storage/file/fd.c                |  3 +-
> src/bin/pg_basebackup/t/010_pg_basebackup.pl | 49 +++++++++++++++++++++++++++-
> src/include/storage/fd.h                     |  1 +
> 5 files changed, 61 insertions(+), 4 deletions(-)
> 

-- 
Teodor Sigaev                                   E-mail: teodor@sigaev.ru
                                                    WWW: http://www.sigaev.ru/


В списке pgsql-committers по дате отправления:

Предыдущее
От: Teodor Sigaev
Дата:
Сообщение: pgsql: Skip temp tables from basebackup.
Следующее
От: Teodor Sigaev
Дата:
Сообщение: Re: pgsql: Skip temp tables from basebackup.