Closed jflambert closed 1 year ago
I'm trying to build from source and I'm stumped at the first step:
Copy this directory to contrib/ in your PostgreSQL source tree.
How exactly does one obtain this PostgreSQL source tree?
I'm using alpine 3.17.
I ended up using USE_PGXS=1 make and USE_PGXS=1 make install instead of cloning the postgres source
USE_PGXS=1 make
USE_PGXS=1 make install
I'm trying to build from source and I'm stumped at the first step:
Copy this directory to contrib/ in your PostgreSQL source tree.
How exactly does one obtain this PostgreSQL source tree?
I'm using alpine 3.17.