This is a discussion on Re: PostgreSQL overall design within the pgsql Hackers forums, part of the PostgreSQL category; --> At 2005-09-27 15:20:05 +0530, s.gnanavel@gmail.com wrote: > > Can anyone please tell/point me where I can get the postgresql ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| At 2005-09-27 15:20:05 +0530, s.gnanavel@gmail.com wrote: > > Can anyone please tell/point me where I can get the postgresql system > layout (I've an interest to contribute). http://www.postgresql.org/developer/coding And, in particular: http://www.postgresql.org/docs/faqs.FAQ_DEV.html -- ams ---------------------------(end of broadcast)--------------------------- TIP 1: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to majordomo@postgresql.org so that your message can get through to the mailing list cleanly |
| |||
| Were you looking for a call graph? On 9/27/05, Abhijit Menon-Sen <ams@toroid.org> wrote: > > At 2005-09-27 15:20:05 +0530, s.gnanavel@gmail.com wrote: > > > > Can anyone please tell/point me where I can get the postgresql system > > layout (I've an interest to contribute). > > http://www.postgresql.org/developer/coding > > And, in particular: > > http://www.postgresql.org/docs/faqs.FAQ_DEV.html > > -- ams > > ---------------------------(end of broadcast)--------------------------- > TIP 1: if posting/reading through Usenet, please send an appropriate > subscribe-nomail command to majordomo@postgresql.org so that your > message can get through to the mailing list cleanly > -- Respectfully, Jonah H. Harris, Database Internals Architect EnterpriseDB Corporation http://www.enterprisedb.com/ |
| |||
| On 9/27/05, Jonah H. Harris <jonah.harris@gmail.com> wrote: > > Were you looking for a call graph? Yes. I want to know the list and sequence of files involved during a call. On 9/27/05, Abhijit Menon-Sen <ams@toroid.org> wrote: > > > > At 2005-09-27 15:20:05 +0530, s.gnanavel@gmail.com wrote: > > > > > > Can anyone please tell/point me where I can get the postgresql system > > > layout (I've an interest to contribute). > > > > http://www.postgresql.org/developer/coding > > > > And, in particular: > > > > http://www.postgresql.org/docs/faqs.FAQ_DEV.html > > > > -- ams > > > > ---------------------------(end of broadcast)--------------------------- > > TIP 1: if posting/reading through Usenet, please send an appropriate > > subscribe-nomail command to majordomo@postgresql.org so that your > > message can get through to the mailing list cleanly > > > > > > -- > Respectfully, > > Jonah H. Harris, Database Internals Architect > EnterpriseDB Corporation > http://www.enterprisedb.com/ > -- with regards, S.Gnanavel Satyam Computer Services Ltd. |
| ||||
| On Tue, Sep 27, 2005 at 07:00:14PM +0530, Gnanavel S wrote: > On 9/27/05, Jonah H. Harris <jonah.harris@gmail.com> wrote: > > > > Were you looking for a call graph? > > > Yes. I want to know the list and sequence of files involved during a call. Total non-coder question, but is there an open-source utility that's capable of generating that? Seems like a useful piece of documentation to have. Also seems like it'd be completely impractical to maintain by hand. -- Jim C. Nasby, Sr. Engineering Consultant jnasby@pervasive.com Pervasive Software http://pervasive.com work: 512-231-6117 vcard: http://jim.nasby.net/pervasive.vcf cell: 512-569-9461 ---------------------------(end of broadcast)--------------------------- TIP 2: Don't 'kill -9' the postmaster |