Commit c6bddb4
committed
Change PAX Plugin to Be Disabled by Default
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/q1n7hztzzydk1owhn73tc1b4chyhzx851 parent bb6fef2 commit c6bddb4
2 files changed
Lines changed: 16 additions & 13 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
570 | 570 | | |
571 | 571 | | |
572 | 572 | | |
| 573 | + | |
573 | 574 | | |
574 | 575 | | |
575 | 576 | | |
| |||
759 | 760 | | |
760 | 761 | | |
761 | 762 | | |
762 | | - | |
763 | 763 | | |
| 764 | + | |
764 | 765 | | |
765 | 766 | | |
766 | 767 | | |
| |||
1608 | 1609 | | |
1609 | 1610 | | |
1610 | 1611 | | |
1611 | | - | |
| 1612 | + | |
1612 | 1613 | | |
1613 | 1614 | | |
1614 | 1615 | | |
| |||
1618 | 1619 | | |
1619 | 1620 | | |
1620 | 1621 | | |
1621 | | - | |
| 1622 | + | |
1622 | 1623 | | |
1623 | 1624 | | |
1624 | 1625 | | |
| |||
8380 | 8381 | | |
8381 | 8382 | | |
8382 | 8383 | | |
8383 | | - | |
| 8384 | + | |
8384 | 8385 | | |
8385 | 8386 | | |
8386 | 8387 | | |
| |||
8407 | 8408 | | |
8408 | 8409 | | |
8409 | 8410 | | |
8410 | | - | |
8411 | | - | |
| 8411 | + | |
| 8412 | + | |
8412 | 8413 | | |
8413 | 8414 | | |
8414 | 8415 | | |
| |||
9101 | 9102 | | |
9102 | 9103 | | |
9103 | 9104 | | |
| 9105 | + | |
9104 | 9106 | | |
9105 | 9107 | | |
9106 | 9108 | | |
| |||
9124 | 9126 | | |
9125 | 9127 | | |
9126 | 9128 | | |
9127 | | - | |
9128 | | - | |
9129 | | - | |
| 9129 | + | |
| 9130 | + | |
9130 | 9131 | | |
9131 | 9132 | | |
9132 | | - | |
9133 | | - | |
| 9133 | + | |
| 9134 | + | |
| 9135 | + | |
| 9136 | + | |
9134 | 9137 | | |
9135 | 9138 | | |
9136 | 9139 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
928 | 928 | | |
929 | 929 | | |
930 | 930 | | |
931 | | - | |
932 | | - | |
| 931 | + | |
| 932 | + | |
933 | 933 | | |
934 | 934 | | |
935 | 935 | | |
| |||
0 commit comments