forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitf6ef3ed
committed
Fix pg_dump's failure to dump REPLICA IDENTITY for constraint indexes.
pg_dump knew about printing ALTER TABLE ... REPLICA IDENTITY USING INDEXfor indexes declared as indexes, but it failed to print that for indexesdeclared as unique or primary-key constraints. Per report from AchilleasMantzios.This has been broken since the feature was introduced, AFAICS.Back-patch to 9.4.Discussion:https://postgr.es/m/1e6cc5ad-b84a-7c07-8c08-a4d0c3cdc938@matrix.gatewaynet.com1 parent506bbbf commitf6ef3ed
1 file changed
+24
-2
lines changedLines changed: 24 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7132 | 7132 |
| |
7133 | 7133 |
| |
7134 | 7134 |
| |
7135 |
| - | |
7136 |
| - | |
| 7135 | + | |
| 7136 | + | |
7137 | 7137 |
| |
7138 | 7138 |
| |
7139 | 7139 |
| |
| |||
16211 | 16211 |
| |
16212 | 16212 |
| |
16213 | 16213 |
| |
| 16214 | + | |
| 16215 | + | |
| 16216 | + | |
| 16217 | + | |
| 16218 | + | |
| 16219 | + | |
16214 | 16220 |
| |
16215 | 16221 |
| |
16216 | 16222 |
| |
| |||
16460 | 16466 |
| |
16461 | 16467 |
| |
16462 | 16468 |
| |
| 16469 | + | |
| 16470 | + | |
| 16471 | + | |
| 16472 | + | |
| 16473 | + | |
| 16474 | + | |
16463 | 16475 |
| |
16464 | 16476 |
| |
16465 | 16477 |
| |
| |||
16470 | 16482 |
| |
16471 | 16483 |
| |
16472 | 16484 |
| |
| 16485 | + | |
| 16486 | + | |
| 16487 | + | |
| 16488 | + | |
| 16489 | + | |
| 16490 | + | |
| 16491 | + | |
| 16492 | + | |
| 16493 | + | |
| 16494 | + | |
16473 | 16495 |
| |
16474 | 16496 |
| |
16475 | 16497 |
| |
|
0 commit comments
Comments
(0)