- Notifications
You must be signed in to change notification settings - Fork4.9k
Commit0ddaaa4
committed
Relax overly strict sanity check for upgraded ancient databases
Commit4800f16 added some sanity checks to ensure we don'taccidentally corrupt data, but in one of them we failed to consider theeffects of a database upgraded from 9.2 or earlier, where a tupleexclusively locked prior to the upgrade has a slightly different bitpattern. Fix that by using the macro that we fixed in commit74ebba8 for similar situations.Reported-by: Alexandre GarciaReviewed-by: Andres FreundDiscussion:https://postgr.es/m/CAPYLKR6yxV4=pfW0Gwij7aPNiiPx+3ib4USVYnbuQdUtmkMaEA@mail.gmail.comAndres suspects that this bug may have wider ranging consequences, but Icouldn't find anything.1 parent3f26be8 commit0ddaaa4
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6783 | 6783 |
| |
6784 | 6784 |
| |
6785 | 6785 |
| |
6786 |
| - | |
| 6786 | + | |
6787 | 6787 |
| |
6788 | 6788 |
| |
6789 | 6789 |
| |
|
0 commit comments
Comments
(0)