- Notifications
You must be signed in to change notification settings - Fork28
Commit3326678
[PGPRO-4074] Skip equality check of dropped column during apply process.
Replication worker don't send dropped attribute (attisdropped == true) to areplica. But in the heap it may be not null. If we apply UPDATE operation in theREPLICA IDENTITY FULL mode, we will do SeqScan on the table and check equalityof each attribute of each tuple. Tuple in the heap will have value ofattr->isnull == false, tuple that passed from another node - true.(cherry picked from commit 8d4c732f0e653ae6c65b4764f7de4f31456284ff)tags: multimaster(cherry picked from commit 2825fa678e82ba0fd6888bacc95f2b112401a46c)1 parent9ed770f commit3326678
1 file changed
+9
-0
lines changedLines changed: 9 additions & 0 deletions
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
Comments
(0)