forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit945ec4c
committed
amcheck: Fixes for right page check during unique constraint check
* Don't forget to pfree() the right page when it's to be ignored. * Report error on unexpected non-leaf right page even if this page is not to be ignored. This restores the logic which was unintendedly changed in97e5b00.Reported-by: Pavel Borisov1 parent4cf9aab commit945ec4c
1 file changed
+12
-10
lines changedLines changed: 12 additions & 10 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1901 | 1901 |
| |
1902 | 1902 |
| |
1903 | 1903 |
| |
1904 |
| - | |
1905 |
| - | |
1906 |
| - | |
1907 |
| - | |
1908 |
| - | |
1909 |
| - | |
1910 |
| - | |
1911 |
| - | |
1912 |
| - | |
1913 |
| - | |
| 1904 | + | |
| 1905 | + | |
1914 | 1906 |
| |
| 1907 | + | |
| 1908 | + | |
| 1909 | + | |
| 1910 | + | |
| 1911 | + | |
| 1912 | + | |
| 1913 | + | |
| 1914 | + | |
| 1915 | + | |
| 1916 | + | |
1915 | 1917 |
| |
1916 | 1918 |
| |
1917 | 1919 |
| |
|
0 commit comments
Comments
(0)