Re: Unknown type name bool

From: Gavin Flower <GavinFlower(at)archidevsys(dot)co(dot)nz>
To: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: Unknown type name bool
Date: 2019-07-12 06:13:26
Message-ID: dd250946-9a9d-3996-fb24-b2c21373d2c3@archidevsys.co.nz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 12/07/2019 17:54, Igal Sapir wrote:
> On Thu, Jul 11, 2019 at 10:27 PM Michael Paquier <michael(at)paquier(dot)xyz
> <mailto:michael(at)paquier(dot)xyz>> wrote:
>
> On Thu, Jul 11, 2019 at 10:21:06PM -0700, Igal Sapir wrote:
> > Any thoughts?  (disclaimer: I have much more experience with
> Java than C)
>
> We don't support cmake directly.  Here is the documentation about how
> to build the beast:
> https://www.postgresql.org/docs/current/install-procedure.html
>
>
> Thank you, Michael, but my goal is not to just build from source, but
> to run Postgres in an IDE.  I tried CLion because it's modern and
> cross platform, but I am open to other IDEs.
>
> What IDEs do Postgres hackers use (other than vi with gcc)?  Is there
> any documentation or posts on how to set up the project in an IDE?
>
> Thanks,
>
> Igal
>
I'm not a pg hacker.

However, I'd use Eclipse -- but I don't do much programming these days.

Real Programmers use emacs.  I used emacs very successfully for
programming in C over twenty years ago.  If you're willing to put in the
effort, emacs is worth it.

Both emacs & Eclipse have integrated debuggers.   As I suspects all
modern IDE's do.  :-)

I wouldn't use vi.

Cheers,
Gavin

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2019-07-12 06:14:38 Re: Unknown type name bool
Previous Message Shawn Debnath 2019-07-12 06:08:13 Re: Introduce timeout capability for ConditionVariableSleep