small bug in src/interfaces/ecpg/lib/Makefile.in

Поиск
Список
Период
Сортировка
От Oleg Bartunov
Тема small bug in src/interfaces/ecpg/lib/Makefile.in
Дата
Msg-id Pine.GSO.3.96.SK.981015190230.19322B-100000@ra
обсуждение исходный текст
Ответы Re: [HACKERS] small bug in src/interfaces/ecpg/lib/Makefile.in  (Bruce Momjian <maillist@candle.pha.pa.us>)
Re: [HACKERS] small bug in src/interfaces/ecpg/lib/Makefile.in  (Michael Meskes <meskes@usa.net>)
Список pgsql-hackers
LAtest cvs has a little bug in src/interfaces/ecpg/lib/Makefile.in

        $(LD) $(LDFLAGS_SL) -o $@ ecpglib.sho typename.sho.o

must be
        $(LD) $(LDFLAGS_SL) -o $@ ecpglib.sho.o typename.sho.o
                                             ^^

    Regards,

    Oleg

_____________________________________________________________
Oleg Bartunov, sci.researcher, hostmaster of AstroNet,
Sternberg Astronomical Institute, Moscow University (Russia)
Internet: oleg@sai.msu.su, http://www.sai.msu.su/~megera/
phone: +007(095)939-16-83, +007(095)939-23-83


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

Предыдущее
От: jwieck@debis.com (Jan Wieck)
Дата:
Сообщение: Statistics on key distribution (was: Re: order by and index path)
Следующее
От: darcy@druid.net (D'Arcy J.M. Cain)
Дата:
Сообщение: Re: AW: [HACKERS] PostgreSQL v6.4 BETA2...