Re: APR 1.0 released

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: APR 1.0 released
Дата
Msg-id 200409102026.i8AKQRb16457@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: APR 1.0 released  (Andrew Dunstan <andrew@dunslane.net>)
Список pgsql-hackers
Andrew Dunstan wrote:
> 
> 
> Reini Urban wrote:
> 
> > Bruce Momjian schrieb:
> >
> >> Peter Eisentraut wrote:
> >>
> >>> Bruce Momjian wrote:
> >>>
> >>>> There are alot of windows.h includes:
> >>>
> >>>
> >>> ... and most of them are redundant because it is already included 
> >>> via c.h.
> >>
> >>
> >> Right, but we only include windows.h in Mingw.  Does Cygwin need it?
> >
> >
> > Not really, but it will be lot of new work, which is imho not worth it.
> >
> > In some places the cygwin section calls WinAPI functions.
> > It could be worked around by using the posix/cygwin counterparts.
> >
> > pgsymlink for example.
> 
> 
> I'm quite certain we can avoid the problem if we are careful. But 
> wouldn't it be better to get rid of the problem instead by using some 
> other marker?

Agreed.  We would never be sure we got them all and new ones didn't get
added in over time.

--  Bruce Momjian                        |  http://candle.pha.pa.us pgman@candle.pha.pa.us               |  (610)
359-1001+  If your life is a hard drive,     |  13 Roberts Road +  Christ can be your backup.        |  Newtown Square,
Pennsylvania19073
 


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

Предыдущее
От: Murat Kantarcioglu
Дата:
Сообщение: Re: Update on Supporting Encryption in Postgresql
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: more dirmod CYGWIN