forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit8c7f64b
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 parent9f508a9 commit8c7f64b
1 file changed
+22
-0
lines changedLines changed: 22 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
15902 | 15902 |
| |
15903 | 15903 |
| |
15904 | 15904 |
| |
| 15905 | + | |
| 15906 | + | |
| 15907 | + | |
| 15908 | + | |
| 15909 | + | |
| 15910 | + | |
15905 | 15911 |
| |
15906 | 15912 |
| |
15907 | 15913 |
| |
| |||
16036 | 16042 |
| |
16037 | 16043 |
| |
16038 | 16044 |
| |
| 16045 | + | |
| 16046 | + | |
| 16047 | + | |
| 16048 | + | |
| 16049 | + | |
| 16050 | + | |
16039 | 16051 |
| |
16040 | 16052 |
| |
16041 | 16053 |
| |
| |||
16046 | 16058 |
| |
16047 | 16059 |
| |
16048 | 16060 |
| |
| 16061 | + | |
| 16062 | + | |
| 16063 | + | |
| 16064 | + | |
| 16065 | + | |
| 16066 | + | |
| 16067 | + | |
| 16068 | + | |
| 16069 | + | |
| 16070 | + | |
16049 | 16071 |
| |
16050 | 16072 |
| |
16051 | 16073 |
| |
|
0 commit comments
Comments
(0)