forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit3e8554a
committed
Make pg_basebackup skip temporary statistics files.
The temporary statistics files don't need to be included in the backupbecause they are always reset at the beginning of the archive recovery.This patch changes pg_basebackup so that it skips all files located in$PGDATA/pg_stat_tmp or the directory specified by stats_temp_directoryparameter.1 parent47aaeba commit3e8554a
File tree
4 files changed
+36
-3
lines changed- contrib/pg_stat_statements
- src
- backend
- replication
- utils/misc
- include
4 files changed
+36
-3
lines changedLines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
68 | 68 |
| |
69 | 69 |
| |
70 | 70 |
| |
| 71 | + | |
71 | 72 |
| |
72 | 73 |
| |
73 | 74 |
| |
| |||
89 | 90 |
| |
90 | 91 |
| |
91 | 92 |
| |
92 |
| - | |
| 93 | + | |
93 | 94 |
| |
94 | 95 |
| |
95 | 96 |
| |
|
Lines changed: 30 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
25 | 25 |
| |
26 | 26 |
| |
27 | 27 |
| |
| 28 | + | |
28 | 29 |
| |
29 | 30 |
| |
30 | 31 |
| |
| |||
63 | 64 |
| |
64 | 65 |
| |
65 | 66 |
| |
| 67 | + | |
| 68 | + | |
| 69 | + | |
66 | 70 |
| |
67 | 71 |
| |
68 | 72 |
| |
| |||
111 | 115 |
| |
112 | 116 |
| |
113 | 117 |
| |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
114 | 130 |
| |
115 | 131 |
| |
116 | 132 |
| |
| |||
838 | 854 |
| |
839 | 855 |
| |
840 | 856 |
| |
841 |
| - | |
842 | 857 |
| |
843 | 858 |
| |
844 | 859 |
| |
| |||
891 | 906 |
| |
892 | 907 |
| |
893 | 908 |
| |
| 909 | + | |
| 910 | + | |
| 911 | + | |
| 912 | + | |
| 913 | + | |
| 914 | + | |
| 915 | + | |
| 916 | + | |
| 917 | + | |
| 918 | + | |
| 919 | + | |
| 920 | + | |
| 921 | + | |
| 922 | + | |
894 | 923 |
| |
895 | 924 |
| |
896 | 925 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3174 | 3174 |
| |
3175 | 3175 |
| |
3176 | 3176 |
| |
3177 |
| - | |
| 3177 | + | |
3178 | 3178 |
| |
3179 | 3179 |
| |
3180 | 3180 |
| |
|
Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
20 | 20 |
| |
21 | 21 |
| |
22 | 22 |
| |
| 23 | + | |
| 24 | + | |
| 25 | + | |
23 | 26 |
| |
24 | 27 |
| |
25 | 28 |
| |
|
0 commit comments
Comments
(0)