forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit3e6639a
committed
pg_dump: Remove obsolete handling of sequence names
There was code that attempted to check whether the sequence name storedinside the sequence was the same as the name in pg_class. But that codewas already ifdef'ed out, and now that the sequence no longer stores itsown name, it's altogether obsolete, so remove it.1 parente13486e commit3e6639a
1 file changed
+10
-23
lines changedLines changed: 10 additions & 23 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
15430 | 15430 |
| |
15431 | 15431 |
| |
15432 | 15432 |
| |
15433 |
| - | |
15434 |
| - | |
| 15433 | + | |
15435 | 15434 |
| |
15436 | 15435 |
| |
15437 | 15436 |
| |
| |||
15450 | 15449 |
| |
15451 | 15450 |
| |
15452 | 15451 |
| |
15453 |
| - | |
15454 |
| - | |
| 15452 | + | |
15455 | 15453 |
| |
15456 | 15454 |
| |
15457 | 15455 |
| |
| |||
15467 | 15465 |
| |
15468 | 15466 |
| |
15469 | 15467 |
| |
15470 |
| - | |
15471 |
| - | |
| 15468 | + | |
15472 | 15469 |
| |
15473 | 15470 |
| |
15474 | 15471 |
| |
| |||
15493 | 15490 |
| |
15494 | 15491 |
| |
15495 | 15492 |
| |
15496 |
| - | |
15497 |
| - | |
15498 |
| - | |
15499 |
| - | |
15500 |
| - | |
15501 |
| - | |
15502 |
| - | |
15503 |
| - | |
15504 |
| - | |
15505 |
| - | |
15506 |
| - | |
15507 |
| - | |
| 15493 | + | |
| 15494 | + | |
| 15495 | + | |
| 15496 | + | |
15508 | 15497 |
| |
15509 |
| - | |
15510 |
| - | |
15511 |
| - | |
15512 |
| - | |
15513 |
| - | |
| 15498 | + | |
| 15499 | + | |
| 15500 | + | |
15514 | 15501 |
| |
15515 | 15502 |
| |
15516 | 15503 |
| |
|
0 commit comments
Comments
(0)