Re: getaddrinfo.c error - Mailing list pgsql-general

From John R Pierce
Subject Re: getaddrinfo.c error
Date
Msg-id 4B24C1C7.8060408@hogranch.com
Whole thread Raw
In response to Re: getaddrinfo.c error  (Craig Ringer <craig@postnewspapers.com.au>)
List 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 by date:

Previous
From: Craig Ringer
Date:
Subject: Re: getaddrinfo.c error
Next
From: Andy Colson
Date:
Subject: 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?