Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix condition to enable pgsql insert optimization
Fixes a condition to enable Postgis provider insert optimization (by skipping the PK column if its default is a sequence) The check must ensure that each row value is also not the SQL default of nextval('seq'::regclass), otherwise the condition will not be met (cherry picked from commit f071030)
- Loading branch information