Re: place for newbie postgresql hackers to work

From: "James Buchanan" <jamesb(at)northnet(dot)com(dot)au>
To: "Bruce Momjian" <pgman(at)candle(dot)pha(dot)pa(dot)us>, "Christopher Kings-Lynne" <chriskl(at)familyhealth(dot)com(dot)au>
Cc: "Jan Wieck" <JanWieck(at)yahoo(dot)com>, "PostgreSQL-development" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: place for newbie postgresql hackers to work
Date: 2001-06-08 01:28:27
Message-ID: 000b01c0efba$72536f40$c1a5fea9@spunky
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

PostgreSQL Hackers,

I would like to ask, where can newbie hackers (apprentices) be of use in the
pgsql project?

Thanks Bruce for that work you did showing the TCP/IP diagramme, etc... I
did learn something! Now, the task of self learning from there. For the
server, how to learn the format of PGSQL files? How is data stored? How is
it retrieved so darn quickly? How are index files constructed? So much
glorious knowledge to be had. Source code: start with [...................]
C code file and branch out from there. Please fill in the blanks for me? I
need the start to discover for myself. Learning how to fish is better than
being handed a fish.

With Thanks,
James

----- Original Message -----
From: "Bruce Momjian" <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: "Christopher Kings-Lynne" <chriskl(at)familyhealth(dot)com(dot)au>
Cc: "Jan Wieck" <JanWieck(at)yahoo(dot)com>; "James Buchanan"
<jamesb(at)northnet(dot)com(dot)au>; "PostgreSQL-development"
<pgsql-hackers(at)postgresql(dot)org>
Sent: Thursday, June 07, 2001 4:14 PM
Subject: Re: [HACKERS] place for newbie postgresql hackers to work

> > > I like the idea though. Let the experienced developers
> > > identify *legwork* TODO items.
> >
> > From what I can see - there are none. It took me months of reading the
> > PostgreSQL source code before I could muck with it. (And I still just
did
> > it for fun!) Even the 'basic' stuff like psql and pg_dump modifications
> > require a knowledge of how foreign keys are stored...
>
> Good point. Many of the trivial changes spin into difficult territory.
> We can suggest items if people ask us.
>
> --
> Bruce Momjian | http://candle.pha.pa.us
> pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
> + If your life is a hard drive, | 830 Blythe Avenue
> + Christ can be your backup. | Drexel Hill, Pennsylvania 19026
>

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2001-06-08 04:06:05 Re: Re: [PATCHES] Fw: Isn't pg_statistic a security hole - Solution Proposal
Previous Message Stephan Szabo 2001-06-07 21:20:31 Re: AW: Re: [SQL] behavior of ' = NULL' vs. MySQL vs. Stand ards