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
testgres.exceptions.QueryException ERROR: could not open extension control file "/home/avaness/postgres/postgres.build/share/extension/amcheck.control": No such file or directory
59
+
testgres.exceptions.QueryException ERROR: could not open extension control file "<postgres_build_dir>/share/extension/amcheck.control": No such file or directory
60
60
```
61
61
62
-
*Solution*: you have no `<postgres_src_root>/contrib/` extensions installed
62
+
#### Solution:
63
63
64
-
```commandline
65
-
cd <postgres_src_root>
66
-
make world install
67
-
```
68
-
69
-
2. Test failure
70
-
71
-
```
72
-
FAIL: test_help_6 (tests.option.OptionTest)
73
-
```
74
-
75
-
*Solution*: you didn't configure postgres build with `--enable-nls`
64
+
You have no `<postgres_src_root>/contrib/...` extension installed, please do
0 commit comments