forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit1127f0e
committed
Preserve pg_index.indisreplident across REINDEX CONCURRENTLY
If the flag value is lost, logical decoding would work the same way asREPLICA IDENTITY NOTHING, meaning that no old tuple values would beincluded in the changes anymore produced by logical decoding.Author: Michael PaquierReviewed-by: Euler TaveiraDiscussion:https://postgr.es/m/20200603065340.GK89559@paquier.xyzBackpatch-through: 121 parenta963283 commit1127f0e
File tree
3 files changed
+36
-0
lines changed- src
- backend/catalog
- test/regress
- expected
- sql
3 files changed
+36
-0
lines changedLines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1538 | 1538 |
| |
1539 | 1539 |
| |
1540 | 1540 |
| |
| 1541 | + | |
| 1542 | + | |
| 1543 | + | |
| 1544 | + | |
1541 | 1545 |
| |
1542 | 1546 |
| |
1543 | 1547 |
| |
|
Lines changed: 21 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2141 | 2141 |
| |
2142 | 2142 |
| |
2143 | 2143 |
| |
| 2144 | + | |
| 2145 | + | |
| 2146 | + | |
| 2147 | + | |
| 2148 | + | |
| 2149 | + | |
| 2150 | + | |
| 2151 | + | |
| 2152 | + | |
| 2153 | + | |
| 2154 | + | |
| 2155 | + | |
| 2156 | + | |
| 2157 | + | |
| 2158 | + | |
| 2159 | + | |
| 2160 | + | |
| 2161 | + | |
| 2162 | + | |
| 2163 | + | |
| 2164 | + | |
2144 | 2165 |
| |
2145 | 2166 |
| |
2146 | 2167 |
| |
|
Lines changed: 11 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
866 | 866 |
| |
867 | 867 |
| |
868 | 868 |
| |
| 869 | + | |
| 870 | + | |
| 871 | + | |
| 872 | + | |
| 873 | + | |
| 874 | + | |
| 875 | + | |
| 876 | + | |
| 877 | + | |
| 878 | + | |
| 879 | + | |
869 | 880 |
| |
870 | 881 |
| |
871 | 882 |
| |
|
0 commit comments
Comments
(0)