Re: [HACKERS] small bug in src/interfaces/ecpg/lib/Makefile.in

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: [HACKERS] small bug in src/interfaces/ecpg/lib/Makefile.in
Дата
Msg-id 199810151615.MAA15411@candle.pha.pa.us
обсуждение исходный текст
Ответ на small bug in src/interfaces/ecpg/lib/Makefile.in  (Oleg Bartunov <oleg@sai.msu.su>)
Список pgsql-hackers
Applied.

> 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
>
>
>


--
  Bruce Momjian                        |  http://www.op.net/~candle
  maillist@candle.pha.pa.us            |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: AW: [HACKERS] PostgreSQL v6.4 BETA2...
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] Re: order by and index path