Thanks to visit codestin.com
Credit goes to postgrespro.com

Re: [HACKERS] small bug in src/interfaces/ecpg/lib/Makefile.in - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: [HACKERS] small bug in src/interfaces/ecpg/lib/Makefile.in
Date
Msg-id [email protected]
Whole thread Raw
In response to small bug in src/interfaces/ecpg/lib/Makefile.in  (Oleg Bartunov <[email protected]>)
List 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: [email protected], http://www.sai.msu.su/~megera/
> phone: +007(095)939-16-83, +007(095)939-23-83
>
>
>


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

pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: AW: [HACKERS] PostgreSQL v6.4 BETA2...
Next
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] Re: order by and index path