forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit1d9976d
committed
Fix pg_dump assertion failure when dumping pg_catalog.
Commit396d348 did not account for the default collation.Also, use pg_log_warning() instead of Assert().Discussion:https://postgr.es/m/ce071503fee88334aa70f360e6e4ea14d48305ee.camel%40j-davis.comReviewed-by: Michael PaquierBackpatch-through: 151 parent75f323a commit1d9976d
2 files changed
+55
-10
lines changedLines changed: 47 additions & 10 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
13258 | 13258 |
| |
13259 | 13259 |
| |
13260 | 13260 |
| |
| 13261 | + | |
| 13262 | + | |
| 13263 | + | |
| 13264 | + | |
| 13265 | + | |
| 13266 | + | |
| 13267 | + | |
| 13268 | + | |
| 13269 | + | |
| 13270 | + | |
| 13271 | + | |
| 13272 | + | |
13261 | 13273 |
| |
13262 | 13274 |
| |
13263 | 13275 |
| |
| |||
13284 | 13296 |
| |
13285 | 13297 |
| |
13286 | 13298 |
| |
13287 |
| - | |
| 13299 | + | |
13288 | 13300 |
| |
13289 |
| - | |
13290 |
| - | |
| 13301 | + | |
| 13302 | + | |
| 13303 | + | |
| 13304 | + | |
13291 | 13305 |
| |
13292 |
| - | |
| 13306 | + | |
13293 | 13307 |
| |
13294 |
| - | |
13295 |
| - | |
| 13308 | + | |
| 13309 | + | |
| 13310 | + | |
| 13311 | + | |
13296 | 13312 |
| |
13297 |
| - | |
| 13313 | + | |
| 13314 | + | |
| 13315 | + | |
| 13316 | + | |
| 13317 | + | |
| 13318 | + | |
| 13319 | + | |
| 13320 | + | |
| 13321 | + | |
| 13322 | + | |
| 13323 | + | |
| 13324 | + | |
| 13325 | + | |
| 13326 | + | |
| 13327 | + | |
| 13328 | + | |
| 13329 | + | |
| 13330 | + | |
| 13331 | + | |
| 13332 | + | |
13298 | 13333 |
| |
13299 | 13334 |
| |
13300 |
| - | |
| 13335 | + | |
13301 | 13336 |
| |
13302 | 13337 |
| |
13303 | 13338 |
| |
13304 | 13339 |
| |
13305 |
| - | |
| 13340 | + | |
13306 | 13341 |
| |
13307 |
| - | |
| 13342 | + | |
13308 | 13343 |
| |
13309 | 13344 |
| |
| 13345 | + | |
| 13346 | + | |
13310 | 13347 |
| |
13311 | 13348 |
| |
13312 | 13349 |
| |
|
Lines changed: 8 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4091 | 4091 |
| |
4092 | 4092 |
| |
4093 | 4093 |
| |
| 4094 | + | |
| 4095 | + | |
| 4096 | + | |
| 4097 | + | |
| 4098 | + | |
| 4099 | + | |
| 4100 | + | |
| 4101 | + | |
4094 | 4102 |
| |
4095 | 4103 |
| |
4096 | 4104 |
| |
|
0 commit comments
Comments
(0)