agora inbox for pgsql-hackers@postgresql.orghelp / color / mirror / Atom feed
[PATCH 6/8] Remove pg_stat_tmp exclusion from pg_rewind 5+ messages / 1 participants [nested] [flat]
* [PATCH 6/8] Remove pg_stat_tmp exclusion from pg_rewind @ 2018-07-04 02:46 Kyotaro Horiguchi <horiguchi.kyotaro@lab.ntt.co.jp> 0 siblings, 0 replies; 5+ messages in thread From: Kyotaro Horiguchi @ 2018-07-04 02:46 UTC (permalink / raw) The directory "pg_stat_tmp" no longer exists so remove it from the exclusion list. --- src/bin/pg_rewind/filemap.c | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/bin/pg_rewind/filemap.c b/src/bin/pg_rewind/filemap.c index 4ad7b2f207..075697be44 100644 --- a/src/bin/pg_rewind/filemap.c +++ b/src/bin/pg_rewind/filemap.c @@ -43,13 +43,6 @@ static bool check_file_excluded(const char *path, bool is_source); */ static const char *excludeDirContents[] = { - /* - * Skip temporary statistics files. PG_STAT_TMP_DIR must be skipped even - * when stats_temp_directory is set because PGSS_TEXT_FILE is always - * created there. - */ - "pg_stat_tmp", /* defined as PG_STAT_TMP_DIR */ - /* * It is generally not useful to backup the contents of this directory * even if the intention is to restore to another master. See backup.sgml -- 2.16.3 ----Next_Part(Thu_Sep_27_22_00_49_2018_853)-- Content-Type: Text/X-Patch; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="v5-0005-Let-pg_stat_statements-not-to-use-PG_STAT_TMP_DIR.patch" ^ permalink raw reply [nested|flat] 5+ messages in thread
* [PATCH 6/6] Remove pg_stat_tmp exclusion from pg_rewind @ 2018-07-04 02:46 Kyotaro Horiguchi <horiguchi.kyotaro@lab.ntt.co.jp> 0 siblings, 0 replies; 5+ messages in thread From: Kyotaro Horiguchi @ 2018-07-04 02:46 UTC (permalink / raw) The directory "pg_stat_tmp" no longer exists so remove it from the exclusion list. --- src/bin/pg_rewind/filemap.c | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/bin/pg_rewind/filemap.c b/src/bin/pg_rewind/filemap.c index 8f49d34652..a849e62558 100644 --- a/src/bin/pg_rewind/filemap.c +++ b/src/bin/pg_rewind/filemap.c @@ -43,13 +43,6 @@ static bool check_file_excluded(const char *path, const char *type); */ static const char *excludeDirContents[] = { - /* - * Skip temporary statistics files. PG_STAT_TMP_DIR must be skipped even - * when stats_temp_directory is set because PGSS_TEXT_FILE is always - * created there. - */ - "pg_stat_tmp", /* defined as PG_STAT_TMP_DIR */ - /* * It is generally not useful to backup the contents of this directory * even if the intention is to restore to another master. See backup.sgml -- 2.16.3 ----Next_Part(Tue_Jul_10_21_07_40_2018_417)---- ^ permalink raw reply [nested|flat] 5+ messages in thread
* [PATCH 6/8] Remove pg_stat_tmp exclusion from pg_rewind @ 2018-07-04 02:46 Kyotaro Horiguchi <horiguchi.kyotaro@lab.ntt.co.jp> 0 siblings, 0 replies; 5+ messages in thread From: Kyotaro Horiguchi @ 2018-07-04 02:46 UTC (permalink / raw) The directory "pg_stat_tmp" no longer exists so remove it from the exclusion list. --- src/bin/pg_rewind/filemap.c | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/bin/pg_rewind/filemap.c b/src/bin/pg_rewind/filemap.c index 222b56f58a..ef2d594c91 100644 --- a/src/bin/pg_rewind/filemap.c +++ b/src/bin/pg_rewind/filemap.c @@ -43,13 +43,6 @@ static bool check_file_excluded(const char *path, bool is_source); */ static const char *excludeDirContents[] = { - /* - * Skip temporary statistics files. PG_STAT_TMP_DIR must be skipped even - * when stats_temp_directory is set because PGSS_TEXT_FILE is always - * created there. - */ - "pg_stat_tmp", /* defined as PG_STAT_TMP_DIR */ - /* * It is generally not useful to backup the contents of this directory * even if the intention is to restore to another master. See backup.sgml -- 2.16.3 ----Next_Part(Thu_Nov_08_20_46_48_2018_519)-- Content-Type: Text/X-Patch; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="v7-0007-Documentation-update.patch" ^ permalink raw reply [nested|flat] 5+ messages in thread
* [PATCH 6/6] Remove pg_stat_tmp exclusion from pg_rewind @ 2018-07-04 02:46 Kyotaro Horiguchi <horiguchi.kyotaro@lab.ntt.co.jp> 0 siblings, 0 replies; 5+ messages in thread From: Kyotaro Horiguchi @ 2018-07-04 02:46 UTC (permalink / raw) The directory "pg_stat_tmp" no longer exists so remove it from the exclusion list. --- src/bin/pg_rewind/filemap.c | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/bin/pg_rewind/filemap.c b/src/bin/pg_rewind/filemap.c index 8f49d34652..a849e62558 100644 --- a/src/bin/pg_rewind/filemap.c +++ b/src/bin/pg_rewind/filemap.c @@ -43,13 +43,6 @@ static bool check_file_excluded(const char *path, const char *type); */ static const char *excludeDirContents[] = { - /* - * Skip temporary statistics files. PG_STAT_TMP_DIR must be skipped even - * when stats_temp_directory is set because PGSS_TEXT_FILE is always - * created there. - */ - "pg_stat_tmp", /* defined as PG_STAT_TMP_DIR */ - /* * It is generally not useful to backup the contents of this directory * even if the intention is to restore to another master. See backup.sgml -- 2.16.3 ----Next_Part(Wed_Jul_04_17_29_11_2018_498)---- ^ permalink raw reply [nested|flat] 5+ messages in thread
* [PATCH 6/9] Remove pg_stat_tmp exclusion from pg_rewind @ 2018-07-04 02:46 Kyotaro Horiguchi <horiguchi.kyotaro@lab.ntt.co.jp> 0 siblings, 0 replies; 5+ messages in thread From: Kyotaro Horiguchi @ 2018-07-04 02:46 UTC (permalink / raw) The directory "pg_stat_tmp" no longer exists so remove it from the exclusion list. --- src/bin/pg_rewind/filemap.c | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/bin/pg_rewind/filemap.c b/src/bin/pg_rewind/filemap.c index 222b56f58a..ef2d594c91 100644 --- a/src/bin/pg_rewind/filemap.c +++ b/src/bin/pg_rewind/filemap.c @@ -43,13 +43,6 @@ static bool check_file_excluded(const char *path, bool is_source); */ static const char *excludeDirContents[] = { - /* - * Skip temporary statistics files. PG_STAT_TMP_DIR must be skipped even - * when stats_temp_directory is set because PGSS_TEXT_FILE is always - * created there. - */ - "pg_stat_tmp", /* defined as PG_STAT_TMP_DIR */ - /* * It is generally not useful to backup the contents of this directory * even if the intention is to restore to another master. See backup.sgml -- 2.16.3 ----Next_Part(Fri_Nov_09_17_33_15_2018_162)-- Content-Type: Text/X-Patch; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="v8-0007-Documentation-update.patch" ^ permalink raw reply [nested|flat] 5+ messages in thread
end of thread, other threads:[~2018-07-04 02:46 UTC | newest] Thread overview: 5+ messages (download: mbox mbox.gz follow: Atom feed) -- links below jump to the message on this page -- 2018-07-04 02:46 [PATCH 6/8] Remove pg_stat_tmp exclusion from pg_rewind Kyotaro Horiguchi <horiguchi.kyotaro@lab.ntt.co.jp> 2018-07-04 02:46 [PATCH 6/6] Remove pg_stat_tmp exclusion from pg_rewind Kyotaro Horiguchi <horiguchi.kyotaro@lab.ntt.co.jp> 2018-07-04 02:46 [PATCH 6/8] Remove pg_stat_tmp exclusion from pg_rewind Kyotaro Horiguchi <horiguchi.kyotaro@lab.ntt.co.jp> 2018-07-04 02:46 [PATCH 6/6] Remove pg_stat_tmp exclusion from pg_rewind Kyotaro Horiguchi <horiguchi.kyotaro@lab.ntt.co.jp> 2018-07-04 02:46 [PATCH 6/9] Remove pg_stat_tmp exclusion from pg_rewind Kyotaro Horiguchi <horiguchi.kyotaro@lab.ntt.co.jp>
This inbox is served by agora; see mirroring instructions for how to clone and mirror all data and code used for this inbox