Re: Beginner question: Hacking environment?

From: Merlin Moncure <mmoncure(at)gmail(dot)com>
To: Adrian von Bidder <avbidder(at)fortytwo(dot)ch>
Cc: pgsql-hackers(at)postgresql(dot)org, Kevin Grittner <Kevin(dot)Grittner(at)wicourts(dot)gov>
Subject: Re: Beginner question: Hacking environment?
Date: 2011-03-08 15:23:13
Message-ID: AANLkTi=o0xk5w6xSurathN+2rYPWQYwzs9CO=sreZRBT@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, Mar 8, 2011 at 9:17 AM, Adrian von Bidder <avbidder(at)fortytwo(dot)ch> wrote:
> Hi,
>
> On Tuesday 08 March 2011 15.39:56 Kevin Grittner wrote:
>
>> http://wiki.postgresql.org/wiki/Developer_FAQ
>
> thanks
>
>> If you still have questions, be sure to mention your OS.
>
> Sorry, forgot.  Linux.
>
> The "Basic system testing" item is where I'm kinda stuck. You advise to
> "perform run time testing via psql." Which is a bit short, since obviously
> psql can't be directly started since there is no installation...
>
> Aagain, my question: are there wrappers/helpers to do this easily from the
> source/compile tree? Like: set up PATH, LD_LIBRARY_PATH, PG_WHATEVER, call
> initdb, ...

sure, linux distos provide packages that do all that stuff. if you are
rolling your own from scratch, you have to do some of that
yourself...create the user, set the path, etc. This is all documented
here: http://www.postgresql.org/docs/9.0/interactive/install-post.html.
If you are hacking postgres this will become second nature to you
very quickly.

merlin

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Kevin Grittner 2011-03-08 15:58:58 Re: Beginner question: Hacking environment?
Previous Message Tom Lane 2011-03-08 15:21:24 Re: Theory of operation of collation patch