pantry/projects/postgresql.org
Scott J. Goldman da988fd829
fix(postgresql.org): install contrib extensions (#4901)
* fix(postgresql.org): install contrib extensions

in the homebrew formula, postgres does `make install-world`, not just
`make install`, which installs extensions under the `contrib/` source dir.

in my case, i need the pg_trgm (trigram index) extension

* fix(postgresql.org): disable sgml doc generation

as popular as i'm sure they are, seems better if the package builds

* fix(postgresql.org): disable incompatible pointer type warnings

causes the contrib extensions to fail with this version of clang on
linux
2024-01-19 01:52:21 -05:00
..
libpq pkgx 2023-10-01 14:44:42 -04:00
package.yml fix(postgresql.org): install contrib extensions (#4901) 2024-01-19 01:52:21 -05:00