- Notifications
You must be signed in to change notification settings - Fork4.9k
Commitcbb3edc
committed
> - it excludes system-relation too (relkind == 's'). (Note: Vacuum updates
pg_class> by overwriting existing tuple for vacrel, so there are no many reasons tovacuum pg_class).>> It can be done somewhere in _vc_getrels - near to checks against archiverelations> and relations on the write-once storage managers...>> Excuse me - I forgot to say about this.>Attached is the recently posted fix for this. Thanks.Submitted by: Bruce Momjian <maillist@candle.pha.pa.us>1 parent93c7dcf commitcbb3edc
1 file changed
+25
-15
lines changedLines changed: 25 additions & 15 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
| 10 | + | |
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
| |||
44 | 44 |
| |
45 | 45 |
| |
46 | 46 |
| |
47 |
| - | |
48 |
| - | |
49 |
| - | |
50 |
| - | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
51 | 51 |
| |
52 | 52 |
| |
53 | 53 |
| |
| |||
65 | 65 |
| |
66 | 66 |
| |
67 | 67 |
| |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
68 | 72 |
| |
69 |
| - | |
| 73 | + | |
70 | 74 |
| |
71 | 75 |
| |
72 |
| - | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
73 | 83 |
| |
74 | 84 |
| |
75 |
| - | |
| 85 | + | |
76 | 86 |
| |
77 | 87 |
| |
78 | 88 |
| |
| |||
93 | 103 |
| |
94 | 104 |
| |
95 | 105 |
| |
96 |
| - | |
| 106 | + | |
97 | 107 |
| |
98 | 108 |
| |
99 | 109 |
| |
| |||
116 | 126 |
| |
117 | 127 |
| |
118 | 128 |
| |
119 |
| - | |
| 129 | + | |
120 | 130 |
| |
121 | 131 |
| |
122 | 132 |
| |
| |||
147 | 157 |
| |
148 | 158 |
| |
149 | 159 |
| |
150 |
| - | |
| 160 | + | |
151 | 161 |
| |
152 | 162 |
| |
153 | 163 |
| |
| |||
166 | 176 |
| |
167 | 177 |
| |
168 | 178 |
| |
169 |
| - | |
| 179 | + | |
170 | 180 |
| |
171 | 181 |
| |
172 | 182 |
| |
| |||
178 | 188 |
| |
179 | 189 |
| |
180 | 190 |
| |
181 |
| - | |
| 191 | + | |
182 | 192 |
| |
183 | 193 |
| |
184 | 194 |
| |
| |||
196 | 206 |
| |
197 | 207 |
| |
198 | 208 |
| |
199 |
| - | |
| 209 | + | |
200 | 210 |
| |
201 | 211 |
| |
202 |
| - | |
| 212 | + | |
203 | 213 |
| |
204 | 214 |
| |
205 | 215 |
| |
|
0 commit comments
Comments
(0)