EnterpriseDB / pldebugger

Procedural Language Debugger Plugin for PostgreSQL and EDB Postgres Advanced Server
70 stars 19 forks source link

Unclear README installation step #15

Closed jflambert closed 1 year ago

jflambert commented 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.

jflambert commented 1 year ago

I ended up using USE_PGXS=1 make and USE_PGXS=1 make install instead of cloning the postgres source