You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: preserve INCLUDE columns on CREATE INDEX (#385) (#390)
The index inspector was using indnatts (total columns) for both key and
include columns, causing INCLUDE columns to be merged into regular indexed
columns. Now uses indnkeyatts to extract only key columns, and separately
extracts include columns from positions indnkeyatts+1 through indnatts.
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments