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 7ffa2a9 commit 5288163Copy full SHA for 5288163
nix/ext/wrappers/default.nix
@@ -96,19 +96,7 @@ buildPgrxExtension_0_12_6 rec {
96
97
buildAndTestSubdir = "wrappers";
98
buildFeatures = [
99
- "helloworld_fdw"
100
- "bigquery_fdw"
101
- "clickhouse_fdw"
102
- "stripe_fdw"
103
- "firebase_fdw"
104
- "s3_fdw"
105
- "airtable_fdw"
106
- "logflare_fdw"
107
- "auth0_fdw"
108
- "mssql_fdw"
109
- "redis_fdw"
110
- "cognito_fdw"
111
- "wasm_fdw"
+ "all_fdws"
112
];
113
doCheck = false;
114
0 commit comments