Commit 4ffc01a
Fix
Tests performed by `make check` use several extensions, including contrib/postgres_fdw, but this extension isn't mentioned in Makefile, causing errors like:
ERROR: extension "postgres_fdw" is not available
ERROR: foreign-data wrapper "postgres_fdw" does not exist
and so on. This patch fixes this by adding contrib/postgres_fdw to a relevant variable in the makefile.
Reviewed by David Steele (@dwsteele)make check by pre-installing postgres_fdw. (pgaudit#284)1 parent 6050e72 commit 4ffc01a
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
0 commit comments