forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork0
Commit9fe802c
committed
Fix brown-paper-bag bug in commit0a459ce.
RANGE_OFFSET comparisons need to examine the first ORDER BY column,which isn't necessarily the first column in the incoming tuples.No idea how this slipped through initial testing.Per bug #15082 from Zhou Digoal.Discussion:https://postgr.es/m/151939899974.1461.9411971793110285476@wrigleys.postgresql.org1 parent8af87f4 commit9fe802c
1 file changed
+6
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1559 | 1559 | | |
1560 | 1560 | | |
1561 | 1561 | | |
| 1562 | + | |
1562 | 1563 | | |
1563 | 1564 | | |
1564 | 1565 | | |
| |||
1593 | 1594 | | |
1594 | 1595 | | |
1595 | 1596 | | |
1596 | | - | |
| 1597 | + | |
1597 | 1598 | | |
1598 | | - | |
| 1599 | + | |
1599 | 1600 | | |
1600 | 1601 | | |
1601 | 1602 | | |
| |||
1809 | 1810 | | |
1810 | 1811 | | |
1811 | 1812 | | |
| 1813 | + | |
1812 | 1814 | | |
1813 | 1815 | | |
1814 | 1816 | | |
| |||
1843 | 1845 | | |
1844 | 1846 | | |
1845 | 1847 | | |
1846 | | - | |
| 1848 | + | |
1847 | 1849 | | |
1848 | | - | |
| 1850 | + | |
1849 | 1851 | | |
1850 | 1852 | | |
1851 | 1853 | | |
| |||
0 commit comments
Comments
(0)