forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit4374699
committed
Fix brown paper bag bug inbbe08b8.
We must issue the TRUNCATE command first and update relfrozenxidand relminmxid afterward; otherwise, TRUNCATE overwrites thepreviously-set values.Add a test case like I should have done the first time.Per buildfarm report from TestUpgradeXversion.pm, by way of TomLane.1 parent283129e commit4374699
2 files changed
+55
-9
lines changedLines changed: 9 additions & 9 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3141 | 3141 |
| |
3142 | 3142 |
| |
3143 | 3143 |
| |
3144 |
| - | |
| 3144 | + | |
3145 | 3145 |
| |
3146 | 3146 |
| |
3147 | 3147 |
| |
| |||
3168 | 3168 |
| |
3169 | 3169 |
| |
3170 | 3170 |
| |
3171 |
| - | |
3172 |
| - | |
| 3171 | + | |
| 3172 | + | |
3173 | 3173 |
| |
3174 | 3174 |
| |
3175 | 3175 |
| |
3176 | 3176 |
| |
3177 | 3177 |
| |
3178 |
| - | |
| 3178 | + | |
3179 | 3179 |
| |
3180 | 3180 |
| |
3181 | 3181 |
| |
| |||
3186 | 3186 |
| |
3187 | 3187 |
| |
3188 | 3188 |
| |
3189 |
| - | |
| 3189 | + | |
3190 | 3190 |
| |
3191 | 3191 |
| |
3192 | 3192 |
| |
3193 |
| - | |
| 3193 | + | |
3194 | 3194 |
| |
3195 | 3195 |
| |
3196 | 3196 |
| |
3197 | 3197 |
| |
3198 |
| - | |
| 3198 | + | |
3199 | 3199 |
| |
3200 |
| - | |
| 3200 | + | |
3201 | 3201 |
| |
3202 | 3202 |
| |
3203 | 3203 |
| |
| |||
3208 | 3208 |
| |
3209 | 3209 |
| |
3210 | 3210 |
| |
| 3211 | + | |
3211 | 3212 |
| |
3212 |
| - | |
3213 | 3213 |
| |
3214 | 3214 |
| |
3215 | 3215 |
| |
|
Lines changed: 46 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
161 | 161 |
| |
162 | 162 |
| |
163 | 163 |
| |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
164 | 185 |
| |
165 | 186 |
| |
166 | 187 |
| |
| |||
294 | 315 |
| |
295 | 316 |
| |
296 | 317 |
| |
| 318 | + | |
| 319 | + | |
| 320 | + | |
| 321 | + | |
| 322 | + | |
| 323 | + | |
| 324 | + | |
| 325 | + | |
297 | 326 |
| |
298 | 327 |
| |
299 | 328 |
| |
| |||
311 | 340 |
| |
312 | 341 |
| |
313 | 342 |
| |
| 343 | + | |
| 344 | + | |
| 345 | + | |
| 346 | + | |
| 347 | + | |
| 348 | + | |
| 349 | + | |
| 350 | + | |
| 351 | + | |
| 352 | + | |
| 353 | + | |
| 354 | + | |
| 355 | + | |
| 356 | + | |
| 357 | + | |
| 358 | + | |
| 359 | + | |
314 | 360 |
|
0 commit comments
Comments
(0)