Re: [INTERFACES] Re: [HACKERS] 6.5 cvs: problem with includes in src/interfaces/libpq++/

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [INTERFACES] Re: [HACKERS] 6.5 cvs: problem with includes in src/interfaces/libpq++/
Дата
Msg-id 18580.926865364@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: [HACKERS] 6.5 cvs: problem with includes in src/interfaces/libpq++/  (prlw1@cam.ac.uk (Patrick Welche))
Список pgsql-interfaces
prlw1@cam.ac.uk (Patrick Welche) writes:
> Oleg Bartunov <oleg@sai.msu.su> writes:
>> To compile postgres using gcc 2.7.2.1 I had to modify 2 files
>> src/interfaces/libpq++/pgconnection.cc
>> src/interfaces/libpq++/pgenv.h
>> Particularly, 
>> #include <iostream> to #include <iostream.h>
>> #include <strstream> to #include <strstream.h>

> My fault. I was using
> gcc version egcs-2.91.60 19981201 (egcs-1.1.1 release)
> when creating the above patches. However, please make the above
> correct change, as all <iostream> does is to include <iostream.h> and
> similarly <strstream> just includes <strstream.h>.

Applied.
        regards, tom lane


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

Предыдущее
От: Peter Harvey
Дата:
Сообщение: unixODBC - Beta 1.0.0
Следующее
От: Julian Scarfe
Дата:
Сообщение: Paths in DBD::Pg