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
The other day, duck db released version 1.1.0, but when using the postgres_scanner extension, the program automatically exited and did not work. As shown in the following figure:
I want to build and use postgres_scanner on my Windows host, but I cannot succeed. So, can it be build using msys2 on Windows? What should we do if possible? thank you!
Given failure mode I also would assume this to be related to the linked issue, I would expect given behaviour that the segfault would be there on any instruction, and not be specific to the INSTALL postgres query.
As for how to build [loadable] duckdb extensions in general, and postgres_scanner in particular, can you raise this as a GitHub discussion, sharing the steps you tried / where it goes wrong? Or even better on https://discord.duckdb.org?
The bottom line is always following the steps performed by CI for producing the binaries.
What happens?
The other day, duck db released version 1.1.0, but when using the postgres_scanner extension, the program automatically exited and did not work. As shown in the following figure:
I want to build and use postgres_scanner on my Windows host, but I cannot succeed. So, can it be build using msys2 on Windows? What should we do if possible? thank you!
To Reproduce
Download duckdb cli from url:https://github.com/duckdb/duckdb/releases/download/v1.1.0/duckdb_cli-windows-amd64.zip,
After unzip it, run duckdb, then execute: INSTALL postgres;
Duckdb has no display. After a while, the program exits。
OS:
windows10,windows11
PostgreSQL Version:
none
DuckDB Version:
v1.1.0
DuckDB Client:
duckdb.exe
Full Name:
liwashington
Affiliation:
There were no errors displayed throughout the entire process
Have you tried this on the latest
main
branch?Have you tried the steps to reproduce? Do they include all relevant data and configuration? Does the issue you report still appear there?
The text was updated successfully, but these errors were encountered: