Re: [GENERAL] 64bit initdb failure on macOS 10.11 and 10.12

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [GENERAL] 64bit initdb failure on macOS 10.11 and 10.12
Дата
Msg-id 23358.1502287466@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: [GENERAL] 64bit initdb failure on macOS 10.11 and 10.12  (rjhb@bb-c.de (Rainer J.H. Brandt))
Список pgsql-general
rjhb@bb-c.de (Rainer J.H. Brandt) writes:
> I have found my mistake.  I apologize for not telling the whole truth
> about my build process.  The answer is what it had to be:  There was one
> step I had forgotten about:  My build script stripped all binaries, i.e.
> it ran /usr/bin/strip on all of them.

Hah ... so then there wasn't anything specific to
check_encoding_conversion_args, that just happened to be the first symbol
the dynamic linker tried to look up.

I see that Apple's version of strip(1) has an option to supply a file
listing symbols to be kept.  So if we had an authoritative list of the
symbols meant to be exported from core Postgres to extensions, you could
use that to filter out unnecessary symbols.  Unfortunately, no such
list has ever been prepared :-(

            regards, tom lane


В списке pgsql-general по дате отправления:

Предыдущее
От: Harry Ambrose
Дата:
Сообщение: Re: [GENERAL] ERROR: unexpected chunk number 0 (expected 1) for toastvalue 76753264 in pg_toast_10920100
Следующее
От: "Colin 't Hart"
Дата:
Сообщение: [GENERAL] How to ALTER EXTENSION name OWNER TO new_owner ?