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
Currently, the PAX is enabled by default in configure, and users need
to explicitly disable it via `--disable-pax` option. However, this
behavior is inconsistent with most of the other extensions under the
contrib/ or gpcontrib/ dir, which are typically disabled by default
unless explicitly enabled.
PAX currently requires downloading several submodules during the build,
for users without prior knowledge, this will lead to build failures.
This PR is to change the default behavior of PAX to disabled, which will
be more user-friendly for users.
See: https://lists.apache.org/thread/q1n7hztzzydk1owhn73tc1b4chyhzx85
0 commit comments