forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitc0a5529
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 parent9295d7c commitc0a5529
1 file changed
+24
-2
lines changedLines changed: 24 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7141 | 7141 |
| |
7142 | 7142 |
| |
7143 | 7143 |
| |
7144 |
| - | |
7145 |
| - | |
| 7144 | + | |
| 7145 | + | |
7146 | 7146 |
| |
7147 | 7147 |
| |
7148 | 7148 |
| |
| |||
16220 | 16220 |
| |
16221 | 16221 |
| |
16222 | 16222 |
| |
| 16223 | + | |
| 16224 | + | |
| 16225 | + | |
| 16226 | + | |
| 16227 | + | |
| 16228 | + | |
16223 | 16229 |
| |
16224 | 16230 |
| |
16225 | 16231 |
| |
| |||
16469 | 16475 |
| |
16470 | 16476 |
| |
16471 | 16477 |
| |
| 16478 | + | |
| 16479 | + | |
| 16480 | + | |
| 16481 | + | |
| 16482 | + | |
| 16483 | + | |
16472 | 16484 |
| |
16473 | 16485 |
| |
16474 | 16486 |
| |
| |||
16479 | 16491 |
| |
16480 | 16492 |
| |
16481 | 16493 |
| |
| 16494 | + | |
| 16495 | + | |
| 16496 | + | |
| 16497 | + | |
| 16498 | + | |
| 16499 | + | |
| 16500 | + | |
| 16501 | + | |
| 16502 | + | |
| 16503 | + | |
16482 | 16504 |
| |
16483 | 16505 |
| |
16484 | 16506 |
| |
|
0 commit comments
Comments
(0)