Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rename PostgresScanTableFunction (#607)
Because this can conflict with DuckDB's `postgres` extension which check scanner by name eg. https://github.com/duckdb/duckdb-postgres/blob/8461ed8b6f726564934e9c831cdc88d431e3148f/src/storage/postgres_insert.cpp#L193-L195 When `postgres` extension was loaded, the optimizer would try to then [cast](https://github.com/duckdb/duckdb-postgres/blob/8461ed8b6f726564934e9c831cdc88d431e3148f/src/storage/postgres_optimizer.cpp#L23) our `BindData` as its own, creating obvious problems :-) Fixes #567 #547
- Loading branch information