diff --git a/nix/ext/wrappers/default.nix b/nix/ext/wrappers/default.nix index 7125f41be..772df813d 100644 --- a/nix/ext/wrappers/default.nix +++ b/nix/ext/wrappers/default.nix @@ -96,19 +96,7 @@ buildPgrxExtension_0_12_6 rec { buildAndTestSubdir = "wrappers"; buildFeatures = [ - "helloworld_fdw" - "bigquery_fdw" - "clickhouse_fdw" - "stripe_fdw" - "firebase_fdw" - "s3_fdw" - "airtable_fdw" - "logflare_fdw" - "auth0_fdw" - "mssql_fdw" - "redis_fdw" - "cognito_fdw" - "wasm_fdw" + "all_fdws" ]; doCheck = false; diff --git a/nix/tests/expected/extensions_sql_interface.out b/nix/tests/expected/extensions_sql_interface.out index 9097efd94..ca3a70135 100644 --- a/nix/tests/expected/extensions_sql_interface.out +++ b/nix/tests/expected/extensions_sql_interface.out @@ -5164,9 +5164,6 @@ order by wrappers | public | firebase_fdw_handler | | fdw_handler wrappers | public | firebase_fdw_meta | | TABLE(name text, version text, author text, website text) wrappers | public | firebase_fdw_validator | options text[], catalog oid | void - wrappers | public | hello_world_fdw_handler | | fdw_handler - wrappers | public | hello_world_fdw_meta | | TABLE(name text, version text, author text, website text) - wrappers | public | hello_world_fdw_validator | options text[], catalog oid | void wrappers | public | logflare_fdw_handler | | fdw_handler wrappers | public | logflare_fdw_meta | | TABLE(name text, version text, author text, website text) wrappers | public | logflare_fdw_validator | options text[], catalog oid | void @@ -5198,7 +5195,7 @@ order by xml2 | public | xpath_table | text, text, text, text, text | SETOF record xml2 | public | xslt_process | text, text | text xml2 | public | xslt_process | text, text, text | text -(5034 rows) +(5031 rows) /*