The main 'main() ' of postgresql.

Started by S -over 22 years ago2 messages
#1S -
nat_lazy@hotmail.com

<html><div style='background-color:'><DIV>We would like to know where does the main 'main()' of postgresql, Is the main in main.c in directory</DIV>
<DIV>contrib/pg_dumplo what we are looking for?</DIV>
<DIV>thank you</DIV>
<DIV>Sumaira</DIV></div><br clear=all><hr>The new <a href="http://g.msn.com/8HMSENUS/2737&quot;&gt;MSN 8:</a> smart spam protection and 2 months FREE* </html>

#2Neil Conway
neilc@samurai.com
In reply to: S - (#1)
Re: The main 'main() ' of postgresql.

On Tue, 2003-04-22 at 01:15, S - wrote:

We would like to know where does the main 'main()' of postgresql

src/backend/main/main.c has main() -- while that's just a stub, you can
follow the logic from there.

Cheers,

Neil