Обсуждение: pgsql: Improve RelationGetIdentityKeyBitmap().

Поиск
Список
Период
Сортировка

pgsql: Improve RelationGetIdentityKeyBitmap().

От
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.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/ee3fdb8f3465b3a5937a7fe647b7b6584a600647

Modified Files
--------------
src/backend/utils/cache/relcache.c | 13 ++++---------
1 file changed, 4 insertions(+), 9 deletions(-)