diff options
author | Amit Kapila | 2021-06-28 05:26:53 +0000 |
---|---|---|
committer | Amit Kapila | 2021-06-28 05:26:53 +0000 |
commit | ee3fdb8f3465b3a5937a7fe647b7b6584a600647 (patch) | |
tree | b1cc0583267de3abb6b6c951351ad5ed305e0bd1 /src/backend/executor/nodeModifyTable.c | |
parent | b786304c2904a4e444fe740bbc2e0b69efacc19d (diff) |
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/[email protected]
Diffstat (limited to 'src/backend/executor/nodeModifyTable.c')
0 files changed, 0 insertions, 0 deletions