Re: getaddrinfo.c error

From: John R Pierce <pierce(at)hogranch(dot)com>
To: "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org>
Subject: Re: getaddrinfo.c error
Date: 2009-12-13 10:28:23
Message-ID: 4B24C1C7.8060408@hogranch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Andy Colson 2009-12-13 13:42:51 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?
Previous Message Craig Ringer 2009-12-13 10:06:39 Re: getaddrinfo.c error