Re: [PATCHES] snprintf() argument reordering not working
В списке pgsql-hackers по дате отправления:
| От | Tom Lane |
|---|---|
| Тема | Re: [PATCHES] snprintf() argument reordering not working |
| Дата | |
| Msg-id | 9149.1133722664@sss.pgh.pa.us обсуждение |
| Ответ на | Re: [PATCHES] snprintf() argument reordering not working (Andrew Dunstan <andrew@dunslane.net>) |
| Ответы |
Re: [PATCHES] snprintf() argument reordering not working
|
| Список | pgsql-hackers |
Andrew Dunstan <andrew@dunslane.net> writes:
> That got me through the backend compile and through libpq to ecpg, which
> fell over at the link stage complaining about missing references to
> pg_sprintf and pg_snprintf ... not sure how to fix that - windows
> experts, please advise.
Plan A would be to make libpq export pg_snprintf and friends, Plan B
would be to give ecpg its own copy of snprintf.o. Plan A is probably
better since you're going to hit the same issue no doubt in all of the
src/bin programs.
regards, tom lane
В списке pgsql-hackers по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера