forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit2731ce1

Amit Kapila
Handle no replica identity index case in RelationGetIdentityKeyBitmap.
Commite7eea52 has introduced a new functionRelationGetIdentityKeyBitmap which omits to handle the case where there isno replica identity index on a relation.Author: Mark DilgerReviewed-by: Takamichi Osumi, Amit KapilaDiscussion:https://www.postgresql.org/message-id/4C99A862-69C8-431F-960A-81B1151F1B89@enterprisedb.com1 parent3499df0 commit2731ce1
File tree
2 files changed
+26
-3
lines changed- src
- backend/utils/cache
- test/subscription/t
2 files changed
+26
-3
lines changedLines changed: 11 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5266 | 5266 |
| |
5267 | 5267 |
| |
5268 | 5268 |
| |
5269 |
| - | |
| 5269 | + | |
| 5270 | + | |
| 5271 | + | |
| 5272 | + | |
| 5273 | + | |
5270 | 5274 |
| |
| 5275 | + | |
| 5276 | + | |
| 5277 | + | |
| 5278 | + | |
| 5279 | + | |
| 5280 | + | |
5271 | 5281 |
| |
5272 | 5282 |
| |
5273 | 5283 |
| |
|
Lines changed: 15 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
9 |
| - | |
| 9 | + | |
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
| |||
50 | 50 |
| |
51 | 51 |
| |
52 | 52 |
| |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
53 | 57 |
| |
54 | 58 |
| |
55 | 59 |
| |
| |||
73 | 77 |
| |
74 | 78 |
| |
75 | 79 |
| |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
76 | 84 |
| |
77 | 85 |
| |
78 | 86 |
| |
79 | 87 |
| |
80 | 88 |
| |
81 | 89 |
| |
82 |
| - | |
| 90 | + | |
83 | 91 |
| |
84 | 92 |
| |
85 | 93 |
| |
| |||
129 | 137 |
| |
130 | 138 |
| |
131 | 139 |
| |
| 140 | + | |
| 141 | + | |
132 | 142 |
| |
133 | 143 |
| |
134 | 144 |
| |
| |||
152 | 162 |
| |
153 | 163 |
| |
154 | 164 |
| |
| 165 | + | |
| 166 | + | |
| 167 | + | |
155 | 168 |
| |
156 | 169 |
| |
157 | 170 |
| |
|
0 commit comments
Comments
(0)