Re: linking hba.c

Поиск
Список
Период
Сортировка
От Peter Harvey
Тема Re: linking hba.c
Дата
Msg-id 3B87FBD3.39E346A5@codebydesign.com
обсуждение исходный текст
Ответ на linking hba.c  (Bruce Momjian <pgman@candle.pha.pa.us>)
Ответы Re: linking hba.c  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-hackers
> In trying to decide how to keep ODBC compilable standalone, I can't
> figure out how to get md5.c in there from backend/libpq.  Is it crazy to
> put md5.c in interfaces/odbc and symlink it from there to backend/libpq
> and interfaces/libpq?  I don't want to have two copies of md5.c but that
> may be another option.  Opinions?
>

Seems to me that a stand-alone driver would have to have its own md5.c....
otherwise you may as well start linking in all kinds of code from the
distro. Of course that is what just about all other ODBC drivers do anyway.

Peter




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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: linking hba.c
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: linking hba.c