- Notifications
You must be signed in to change notification settings - Fork5
Commit1b1b0ac
committed
Fix oversight in ALTER TABLE ENABLE/DISABLE RULE patch: the new enabled
field needs to be included in equalRuleLocks() comparisons, else updateswill fail to propagate into relcache entries when they have positivereference count (ie someone is using the relcache entry).Per report from Alex Hunsaker.1 parent2c38b8c commit1b1b0ac
1 file changed
+3
-1
lines changedLines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
| 11 | + | |
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
| |||
777 | 777 |
| |
778 | 778 |
| |
779 | 779 |
| |
| 780 | + | |
| 781 | + | |
780 | 782 |
| |
781 | 783 |
| |
782 | 784 |
| |
|
0 commit comments
Comments
(0)