We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fedb3b commit c4373cbCopy full SHA for c4373cb
third_party/pg_duckdb_extensions.cmake
@@ -1,7 +1,7 @@
1
duckdb_extension_load(json)
2
duckdb_extension_load(icu)
3
-# duckdb_extension_load(httpfs
4
-# GIT_URL https://github.com/duckdb/duckdb-httpfs
5
-# GIT_TAG c22532453e9fab8404f91729708d9f35e23d323d
6
-# INCLUDE_DIR extension/httpfs/include
7
-# )
+duckdb_extension_load(httpfs
+ GIT_URL https://github.com/duckdb/duckdb-httpfs
+ GIT_TAG 217ec8e04f6ed419c866a6d2496aa15aace4382f
+ INCLUDE_DIR extension/httpfs/include
+)
0 commit comments