forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit149b267
committed
Fix incorrect access to pg_index.indcollation.
Since this field is after a variable-length field, it can't simply beaccessed via the C struct for pg_index. Fortunately, the relcache alreadydid the dirty work of pulling the information out to where it can beaccessed easily, so this is a one-line fix.Andres Freund1 parenta54ba23 commit149b267
1 file changed
+1
-2
lines changedLines changed: 1 addition & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
872 | 872 |
| |
873 | 873 |
| |
874 | 874 |
| |
875 |
| - | |
876 |
| - | |
| 875 | + | |
877 | 876 |
| |
878 | 877 |
| |
879 | 878 |
| |
|
0 commit comments
Comments
(0)