Re: getaddrinfo.c error

Поиск
Список
Период
Сортировка
От John R Pierce
Тема Re: getaddrinfo.c error
Дата
Msg-id 4B24C1C7.8060408@hogranch.com
обсуждение исходный текст
Ответ на Re: getaddrinfo.c error  (Craig Ringer <craig@postnewspapers.com.au>)
Список pgsql-general
Craig Ringer wrote:
> You should really just stick to using PostgreSQL's existing, tested
> build tools and a well tested and supported compiler. You can still
> use something like Eclipse if you want to use an IDE to edit the
> sources - you just need to set the project up to use the existing
> postgresql configure script etc when building.

I would suggest manually running ./configure with whatever options are
appropriate initially to create the Makefile, then just have Eclipse use
this Makefile to rebuild the project after you edit code.



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

Предыдущее
От: Craig Ringer
Дата:
Сообщение: Re: getaddrinfo.c error
Следующее
От: Andy Colson
Дата:
Сообщение: Re: How to save the results of replace(split_part(trim(both ' ' from "vx6000__12channel"),'__',2),'channel','myChannel') in my query into a temp variable?