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 6e72782 commit 86a79d7Copy full SHA for 86a79d7
.github/gh_matrix_builder.py
@@ -159,7 +159,7 @@ def macos_config(overrides):
159
"ignored_tests": default_ignored_tests.union(macos_ignored_tests),
160
"os": "macos-13",
161
"pg_extra_args": "--enable-debug --with-libraries=/usr/local/opt/openssl@3/lib --with-includes=/usr/local/opt/openssl@3/include --without-icu",
162
- "pg_extensions": "postgres_fdw test_decoding pageinspect pgstattuple",
+ "pg_extensions": "postgres_fdw test_decoding",
163
"pginstallcheck": True,
164
"tsdb_build_args": "-DASSERTIONS=ON -DREQUIRE_ALL_TESTS=ON -DOPENSSL_ROOT_DIR=/usr/local/opt/openssl@3",
165
}
0 commit comments