Re: utils C files

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: utils C files
Дата
Msg-id Pine.LNX.4.44.0207172105350.9047-100000@localhost.localdomain
обсуждение исходный текст
Ответ на Re: utils C files  (Bruce Momjian <pgman@candle.pha.pa.us>)
Ответы Re: utils C files  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-patches
Bruce Momjian writes:

> > Can you point to one example of such an inconsistency?  I can't find one.
>
> Sure, interfaces/libpq had:
>
>     OBJS= fe-auth.o fe-connect.o fe-exec.o fe-misc.o fe-print.o fe-lobj.o \
>           pqexpbuffer.o dllist.o md5.o pqsignal.o fe-secure.o \
>           $(INET_ATON) $(SNPRINTF) $(STRERROR)
>
> while psql/Makefile had what I think you wanted:

Note that the libpq makefile goes through trouble to link the inet_aton.c
file into the current directory, so this example doesn't count.

--
Peter Eisentraut   peter_e@gmx.net


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: several minor cleanups
Следующее
От: Manfred Koizar
Дата:
Сообщение: Re: Optional Oid