Re: development environment of postgres

From: dakotali kasap <dakotalidavid(at)yahoo(dot)com>
To: Andrew Dunstan <andrew(at)dunslane(dot)net>, Chris Browne <cbbrowne(at)acm(dot)org>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: development environment of postgres
Date: 2006-12-17 17:12:49
Message-ID: 20061217171250.83040.qmail@web31311.mail.mud.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

I am also usually working with a simple editor and command line, but because the postgresql project is too big for a person who is looking at the source code for the first time, I thought it will be simpler using a tool like CDT, because jumping directly to a function definition that he wants to look at is easy.

Anyway, CDT's opening definition feature did not work for postgresql source. I do not know why. I just wanted to know if somebody had accomplished this.

Regards,

dakotali

----- Original Message ----
From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: Chris Browne <cbbrowne(at)acm(dot)org>
Cc: pgsql-hackers(at)postgresql(dot)org
Sent: Sunday, December 17, 2006 5:21:33 PM
Subject: Re: [HACKERS] development environment of postgres

Chris Browne wrote:
> dakotalidavid(at)yahoo(dot)com (dakotali kasap) writes:
>> I want to ask, which development environment should I use to add new
>> features to postgresql. Is Eclipse CDT (C/C++ Development Tool)
>> suitable for this, or are you using another environment, or just
>> using pico, vi, etc.?
>
> I can't speak for you. I find my competence is maximized when I'm
> using Emacs; others find other sets of tools preferable. The code
> doesn't care what tool you're best with.
>
> - There are people who will swear by vi + ctags.
>
> - There are some who still use QED. (Albeit not for this project...)
> <http://cm.bell-labs.com/cm/cs/who/dmr/qed.html>
> (These would be extreme Unix partisans who think that the move from
> ed to vi was a Bad Thing... :-))
>
> - Others prefer some form of Emacs.
>
> - One of my coworkers I think uses pico for most things; he's not keen
> on either of the typical Unix editors.
>

Higher end IDEs tend to work best with some sort of project setup. If we
were to support that it would be impossible - we'd forever have breakage.
We support exactly the toolset needed to build postgres, and let you
choose your own creation and management tools.

There are plenty of emacs users among the hackers, and it's possible to
set up emacs to drive building, debugging, the whole thing. For the most
part I just use its editing facities, and drive everything else from the
command line.

cheers

andrew

---------------------------(end of broadcast)---------------------------
TIP 2: Don't 'kill -9' the postmaster

__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2006-12-17 18:22:37 Re: development environment of postgres
Previous Message Andrew Dunstan 2006-12-17 16:21:33 Re: development environment of postgres