Backend Code

From: Diego Montenegro <diego(dot)montenegro(at)yale(dot)edu>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Backend Code
Date: 2004-02-07 21:11:03
Message-ID: 1076188263.40255467be4ff@www.mail.yale.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hello everyone,
I've been going through the PostgreSQL code, and I've reached a point
where I need help.
First of all, when is the PostgresMain() function for the backend executed?
I've inserted some debugging prints, but they never get executed. What
most puzzels me, is that when I execute the following command:
/usr/local/pgsql/bin/psql test2
I get the following error:
psql: FATAL: Database "test2" does not exist in the system catalog.

When I go to the code, and modify this Error message (in file
./backend/utils/init/postinit.c), and re-compile the code, I still get
the same error message, and not the one I updated. Am I missing something?
I've updated messages in many places, and they work just fine, but none
of the ones in the backend actually work.
Any help would be greatly appreciated.

If anyone answers this mail, please reply directly to my mail, since I
get a message digest from the pgsql-hackers list, and I might not
receive the answer inmediately.

Thanks a lot for any help!
Diego Montenegro

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2004-02-07 21:51:02 Re: dollar quoting
Previous Message Andrew Dunstan 2004-02-07 19:07:59 Re: dollar quoting