diff options
author | Amit Kapila <akapila@postgresql.org> | 2021-06-28 10:56:53 +0530 |
---|---|---|
committer | Amit Kapila <akapila@postgresql.org> | 2021-06-28 10:56:53 +0530 |
commit | ee3fdb8f3465b3a5937a7fe647b7b6584a600647 (patch) | |
tree | b1cc0583267de3abb6b6c951351ad5ed305e0bd1 /src/backend/executor/nodeModifyTable.c | |
parent | b786304c2904a4e444fe740bbc2e0b69efacc19d (diff) | |
download | postgresql-ee3fdb8f3465b3a5937a7fe647b7b6584a600647.tar.gz postgresql-ee3fdb8f3465b3a5937a7fe647b7b6584a600647.zip |
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.com
Diffstat (limited to 'src/backend/executor/nodeModifyTable.c')
0 files changed, 0 insertions, 0 deletions