aboutsummaryrefslogtreecommitdiff
path: root/src/common/jsonapi.c
diff options
context:
space:
mode:
authorMichael Paquier <michael@paquier.xyz>2020-05-16 18:15:18 +0900
committerMichael Paquier <michael@paquier.xyz>2020-05-16 18:15:18 +0900
commit7ccb2f54d9f3f3c5b4ac092d62c846b02a47f8d5 (patch)
tree4f4aa836199d83b82c88810831e9afed18a89400 /src/common/jsonapi.c
parent474e7da6485687425d216eda1685d7e530b24fd6 (diff)
downloadpostgresql-7ccb2f54d9f3f3c5b4ac092d62c846b02a47f8d5.tar.gz
postgresql-7ccb2f54d9f3f3c5b4ac092d62c846b02a47f8d5.zip
Fix assertion with relation using REPLICA IDENTITY FULL in subscriber
In a logical replication subscriber, a table using REPLICA IDENTITY FULL which has a primary key would try to use the primary key's index available to scan for a tuple, but an assertion only assumed as correct the case of an index associated to REPLICA IDENTITY USING INDEX. This commit corrects the assertion so as the use of a primary key index is a valid case. Reported-by: Dilip Kumar Analyzed-by: Dilip Kumar Author: Euler Taveira Reviewed-by: Michael Paquier, Masahiko Sawada Discussion: https://postgr.es/m/CAFiTN-u64S5bUiPL1q5kwpHNd0hRnf1OE-bzxNiOs5zo84i51w@mail.gmail.com Backpatch-through: 10
Diffstat (limited to 'src/common/jsonapi.c')
0 files changed, 0 insertions, 0 deletions