]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Handle no replica identity index case in RelationGetIdentityKeyBitmap.
authorAmit Kapila <akapila@postgresql.org>
Sat, 19 Jun 2021 06:00:33 +0000 (11:30 +0530)
committerAmit Kapila <akapila@postgresql.org>
Sat, 19 Jun 2021 06:06:33 +0000 (11:36 +0530)
commit2731ce1bd550d08f3fdd7bcb1497af4b95170976
treebca3a0edd6e3af0085dfa9f642529937b5c9d0b6
parent3499df0dee8c4ea51d264a674df5b5e31991319a
Handle no replica identity index case in RelationGetIdentityKeyBitmap.

Commit e7eea52b2d has introduced a new function
RelationGetIdentityKeyBitmap which omits to handle the case where there is
no replica identity index on a relation.

Author: Mark Dilger
Reviewed-by: Takamichi Osumi, Amit Kapila
Discussion: https://www.postgresql.org/message-id/4C99A862-69C8-431F-960A-81B1151F1B89@enterprisedb.com
src/backend/utils/cache/relcache.c
src/test/subscription/t/001_rep_changes.pl