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

Amit Kapila
Improve RelationGetIdentityKeyBitmap().
We were using RelationGetIndexList() to update the relation's replicaidentity index but instead, we can directly use RelationGetReplicaIndex()which uses the same functionality. This is a minor code readabilityimprovement.Author: Japin LiReviewed-By: Takamichi Osumi, Amit KapilaDiscussion:https://postgr.es/m/4C99A862-69C8-431F-960A-81B1151F1B89@enterprisedb.com1 parentb786304 commitee3fdb8
1 file changed
+4
-9
lines changedLines changed: 4 additions & 9 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5244 | 5244 |
| |
5245 | 5245 |
| |
5246 | 5246 |
| |
5247 |
| - | |
5248 | 5247 |
| |
5249 | 5248 |
| |
| 5249 | + | |
5250 | 5250 |
| |
5251 | 5251 |
| |
5252 | 5252 |
| |
| |||
5260 | 5260 |
| |
5261 | 5261 |
| |
5262 | 5262 |
| |
5263 |
| - | |
5264 |
| - | |
5265 |
| - | |
5266 |
| - | |
5267 |
| - | |
| 5263 | + | |
5268 | 5264 |
| |
5269 | 5265 |
| |
5270 |
| - | |
| 5266 | + | |
5271 | 5267 |
| |
5272 | 5268 |
| |
5273 | 5269 |
| |
5274 |
| - | |
| 5270 | + | |
5275 | 5271 |
| |
5276 | 5272 |
| |
5277 | 5273 |
| |
| |||
5295 | 5291 |
| |
5296 | 5292 |
| |
5297 | 5293 |
| |
5298 |
| - | |
5299 | 5294 |
| |
5300 | 5295 |
| |
5301 | 5296 |
| |
|
0 commit comments
Comments
(0)