diff options
author | Amit Kapila <akapila@postgresql.org> | 2021-11-16 09:05:51 +0530 |
---|---|---|
committer | Amit Kapila <akapila@postgresql.org> | 2021-11-16 09:05:51 +0530 |
commit | 9816e2d3182681f0cdd31b5b0d15cfb2d62cc784 (patch) | |
tree | 87b28df2c891b1fd341d3fc8321b5364d3325da0 /src/backend/access/transam/commit_ts.c | |
parent | 523adcc12900d67a3a43bc7ca4ef4e84f062bb9a (diff) | |
download | postgresql-9816e2d3182681f0cdd31b5b0d15cfb2d62cc784.tar.gz postgresql-9816e2d3182681f0cdd31b5b0d15cfb2d62cc784.zip |
Invalidate relcache when changing REPLICA IDENTITY index.
When changing REPLICA IDENTITY INDEX to another one, the target table's
relcache was not being invalidated. This leads to skipping update/delete
operations during apply on the subscriber side as the columns required to
search corresponding rows won't get logged.
Author: Tang Haiying, Hou Zhijie
Reviewed-by: Euler Taveira, Amit Kapila
Backpatch-through: 10
Discussion: https://postgr.es/m/OS0PR01MB61133CA11630DAE45BC6AD95FB939@OS0PR01MB6113.jpnprd01.prod.outlook.com
Diffstat (limited to 'src/backend/access/transam/commit_ts.c')
0 files changed, 0 insertions, 0 deletions