forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit7f17fd6
committed
Fix CompareIndexInfo's attnum comparisons
When an index column is an expression, it makes no sense to compare itsattribute numbers.This seems to account for remaining buildfarm fallout from8b08f7d.At least, it solves the issue in my local 32bit VM -- let's see what therest thinks.1 parent8b9e964 commit7f17fd6
1 file changed
+4
-2
lines changedLines changed: 4 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1795 | 1795 |
| |
1796 | 1796 |
| |
1797 | 1797 |
| |
1798 |
| - | |
1799 |
| - | |
| 1798 | + | |
| 1799 | + | |
| 1800 | + | |
| 1801 | + | |
1800 | 1802 |
| |
1801 | 1803 |
| |
1802 | 1804 |
| |
|
0 commit comments
Comments
(0)