Re: pgxs problem... - Mailing list pgsql-general

From John R Pierce
Subject Re: pgxs problem...
Date
Msg-id 50747442.5080601@hogranch.com
Whole thread Raw
In response to Re: pgxs problem...  (John R Pierce <pierce@hogranch.com>)
List pgsql-general
On 10/09/12 11:49 AM, John R Pierce wrote:
>
> and, muh-oh... $PG_PREFIX/bin/postgres   is the binary executable, so
> I *can't* put a copy of postgres.imp there, hah.   and a bit of poking
> around the pljava makefiles, I'm not figuring out how its cooking that
> path name up?!?

ok, its coming from the pgxs side.

$  find /opt/pgsql91 -name Makefile\* | xargs grep 'postgres.imp'
/opt/pgsql91/lib/pgxs/src/Makefile.port:POSTGRES_IMP= postgres.imp
$  find /opt/pgsql91 -name Makefile\* | xargs grep 'POSTGRES_IMP'
/opt/pgsql91/lib/pgxs/src/Makefile.port:POSTGRES_IMP= postgres.imp
/opt/pgsql91/lib/pgxs/src/Makefile.port:BE_DLLLIBS=
-Wl,-bI:$(bindir)/postgres/$(POSTGRES_IMP)
/opt/pgsql91/lib/pgxs/src/Makefile.port:BE_DLLLIBS=
-Wl,-bI:$(top_builddir)/src/backend/$(POSTGRES_IMP)

$(bindir)/postgres/* can't possibly be right, since $(bindir)/postgres
is the runtime binary for the server  ?!?





--
john r pierce                            N 37, W 122
santa cruz ca                         mid-left coast



pgsql-general by date:

Previous
From: John R Pierce
Date:
Subject: Re: pgxs problem...
Next
From: Tom Lane
Date:
Subject: Re: pgxs problem...