Commit 3326678
[PGPRO-4074] Skip equality check of dropped column during apply process.
Replication worker don't send dropped attribute (attisdropped == true) to a
replica. But in the heap it may be not null. If we apply UPDATE operation in the
REPLICA IDENTITY FULL mode, we will do SeqScan on the table and check equality
of each attribute of each tuple. Tuple in the heap will have value of
attr->isnull == false, tuple that passed from another node - true.
(cherry picked from commit 8d4c732f0e653ae6c65b4764f7de4f31456284ff)
tags: multimaster
(cherry picked from commit 2825fa678e82ba0fd6888bacc95f2b112401a46c)1 parent 9ed770f commit 3326678
1 file changed
+9
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
244 | 244 | | |
245 | 245 | | |
246 | 246 | | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
247 | 256 | | |
248 | 257 | | |
249 | 258 | | |
| |||
0 commit comments