forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit96b1d98
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 parent406df42 commit96b1d98
1 file changed
+22
-0
lines changedLines changed: 22 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
15633 | 15633 |
| |
15634 | 15634 |
| |
15635 | 15635 |
| |
| 15636 | + | |
| 15637 | + | |
| 15638 | + | |
| 15639 | + | |
| 15640 | + | |
| 15641 | + | |
15636 | 15642 |
| |
15637 | 15643 |
| |
15638 | 15644 |
| |
| |||
15833 | 15839 |
| |
15834 | 15840 |
| |
15835 | 15841 |
| |
| 15842 | + | |
| 15843 | + | |
| 15844 | + | |
| 15845 | + | |
| 15846 | + | |
| 15847 | + | |
15836 | 15848 |
| |
15837 | 15849 |
| |
15838 | 15850 |
| |
| |||
15843 | 15855 |
| |
15844 | 15856 |
| |
15845 | 15857 |
| |
| 15858 | + | |
| 15859 | + | |
| 15860 | + | |
| 15861 | + | |
| 15862 | + | |
| 15863 | + | |
| 15864 | + | |
| 15865 | + | |
| 15866 | + | |
| 15867 | + | |
15846 | 15868 |
| |
15847 | 15869 |
| |
15848 | 15870 |
| |
|
0 commit comments
Comments
(0)