| От | Tom Lane |
|---|---|
| Тема | Re: libpq API incompatibility between 7.4 and 8.0 |
| Дата | |
| Msg-id | 17633.1107553311@sss.pgh.pa.us обсуждение |
| Ответ на | Re: libpq API incompatibility between 7.4 and 8.0 (Bruce Momjian <pgman@candle.pha.pa.us>) |
| Ответы |
Re: libpq API incompatibility between 7.4 and 8.0
|
| Список | pgsql-hackers |
Bruce Momjian <pgman@candle.pha.pa.us> writes:
>> In short, fixing this the way Bruce wants to will be a nontrivial amount
>> of effort.
> psql actually calls get_progname(). Do we know that it will try to link
> in the other functions from path.c? I am unsure.
I don't know of any commonly used linkers that link at granularity finer
than one source file, and in any case for shared libraries the library
is all-or-nothing.
Grep shows that 7.4 psql does reference is_absolute_path, and 7.4
pg_dumpall does reference last_path_separator, so at least three of the
four are at issue.
regards, tom lane
В списке pgsql-hackers по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера