forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit37188ce
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 parenta684581 commit37188ce
2 files changed
+61
-16
lines changedLines changed: 53 additions & 16 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
13415 | 13415 |
| |
13416 | 13416 |
| |
13417 | 13417 |
| |
| 13418 | + | |
| 13419 | + | |
| 13420 | + | |
| 13421 | + | |
| 13422 | + | |
| 13423 | + | |
| 13424 | + | |
| 13425 | + | |
| 13426 | + | |
| 13427 | + | |
| 13428 | + | |
| 13429 | + | |
13418 | 13430 |
| |
13419 | 13431 |
| |
13420 | 13432 |
| |
| |||
13446 | 13458 |
| |
13447 | 13459 |
| |
13448 | 13460 |
| |
13449 |
| - | |
| 13461 | + | |
13450 | 13462 |
| |
13451 |
| - | |
13452 |
| - | |
| 13463 | + | |
| 13464 | + | |
| 13465 | + | |
| 13466 | + | |
13453 | 13467 |
| |
13454 |
| - | |
| 13468 | + | |
13455 | 13469 |
| |
13456 |
| - | |
13457 |
| - | |
| 13470 | + | |
| 13471 | + | |
| 13472 | + | |
| 13473 | + | |
13458 | 13474 |
| |
13459 |
| - | |
| 13475 | + | |
| 13476 | + | |
| 13477 | + | |
| 13478 | + | |
| 13479 | + | |
13460 | 13480 |
| |
| 13481 | + | |
| 13482 | + | |
| 13483 | + | |
| 13484 | + | |
13461 | 13485 |
| |
13462 |
| - | |
| 13486 | + | |
| 13487 | + | |
| 13488 | + | |
| 13489 | + | |
| 13490 | + | |
| 13491 | + | |
| 13492 | + | |
| 13493 | + | |
| 13494 | + | |
| 13495 | + | |
| 13496 | + | |
| 13497 | + | |
| 13498 | + | |
| 13499 | + | |
| 13500 | + | |
| 13501 | + | |
| 13502 | + | |
| 13503 | + | |
13463 | 13504 |
| |
13464 | 13505 |
| |
13465 | 13506 |
| |
13466 | 13507 |
| |
13467 |
| - | |
| 13508 | + | |
13468 | 13509 |
| |
13469 |
| - | |
| 13510 | + | |
13470 | 13511 |
| |
13471 | 13512 |
| |
13472 |
| - | |
13473 |
| - | |
13474 |
| - | |
13475 |
| - | |
13476 |
| - | |
13477 |
| - | |
| 13513 | + | |
| 13514 | + | |
13478 | 13515 |
| |
13479 | 13516 |
| |
13480 | 13517 |
| |
|
Lines changed: 8 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4769 | 4769 |
| |
4770 | 4770 |
| |
4771 | 4771 |
| |
| 4772 | + | |
| 4773 | + | |
| 4774 | + | |
| 4775 | + | |
| 4776 | + | |
| 4777 | + | |
| 4778 | + | |
| 4779 | + | |
4772 | 4780 |
| |
4773 | 4781 |
| |
4774 | 4782 |
| |
|
0 commit comments
Comments
(0)