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
Disable direct compress for tables with exclusion constraints
Direct compress writes data straight into compressed form without
per-row index checks, so it cannot enforce an exclusion constraint.
The fast path was only disabled for unique constraints, which meant
exclusion constraints were silently ignored. Disable direct compress
for both INSERT and COPY when the table has an exclusion constraint.
0 commit comments