Commit ee3fdb8
Amit Kapila
Improve RelationGetIdentityKeyBitmap().
We were using RelationGetIndexList() to update the relation's replica
identity index but instead, we can directly use RelationGetReplicaIndex()
which uses the same functionality. This is a minor code readability
improvement.
Author: Japin Li
Reviewed-By: Takamichi Osumi, Amit Kapila
Discussion: https://postgr.es/m/4C99A862-69C8-431F-960A-81B1151F1B89@enterprisedb.com1 parent b786304 commit ee3fdb8
1 file changed
+4
-9
lines changed| 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