Re: pgxs problem...

Поиск
Список
Период
Сортировка
От John R Pierce
Тема Re: pgxs problem...
Дата
Msg-id 50747442.5080601@hogranch.com
обсуждение исходный текст
Ответ на Re: pgxs problem...  (John R Pierce <pierce@hogranch.com>)
Список 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 по дате отправления:

Предыдущее
От: John R Pierce
Дата:
Сообщение: Re: pgxs problem...
Следующее
От: Tom Lane
Дата:
Сообщение: Re: pgxs problem...