[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: RFS: plr 1:8.2.0.7-3



Barry deFreese wrote:
Martin Pitt wrote:
hi,

Thomas Viehmann [2008-01-19  9:27 +0100]:
  <SNIP>
- Server-side packages like plr need to use the major version
   specific pg_config in /usr/lib/postgresql/<version>/bin/pg_config.

This schema makes it possible to build server-side extensions for
multiple major versions (like 8.2 and 8.3 at the moment), while not
being major version specific in libpq-dev.

Thus you should do

-PGXS := $(shell pg_config --pgxs)
+PGXS := $(shell /usr/lib/postgresql/8.2/bin/pg_config --pgxs)

Martin
Ah, that makes more sense.  I'll fix it up and re-upload.

Thanks!

Barry deFreese


OK, I've uploaded a fixed version to mentors.  Thanks Martin!

Barry deFreese


Reply to: