Re: Help needed in testing my code. - Mailing list pgsql-hackers

From Sailesh Krishnamurthy
Subject Re: Help needed in testing my code.
Date
Msg-id bxy4r3ftjyr.fsf@datafix.CS.Berkeley.EDU
Whole thread Raw
In response to Re: Help needed in testing my code.  (Srikanth M <srikanth_m@students.iiit.net>)
Responses describe statement
Re: Help needed in testing my code.
List pgsql-hackers
>>>>> "Srikanth" == Srikanth M <Srikanth> writes:
   Srikanth> Dear Sir I am new to postgres and dont know the excat   Srikanth> procedure of testing my code, okay i
willuse elog, but   Srikanth> please tell me the procedure of testing that.
 

Srikanth 

As you're a big fan of stealing code, why don't you grep the source
for occurences of "elog(LOG" or "elog(NOTICE". 

elog(NOTICE should send NOTICE messages to the psql client (I think !)
while elog(LOG while only send it to the logfile you might have
specified while starting the postmaster 
   Srikanth> for example,pls tell what should i do after i add code,   Srikanth> what make files should i run and where
shouldi place   Srikanth> the new executables.
 

Well you sould start out by RTFM .. read how to build postgres. I run
"make install" in my postgres directory (right above src/).

-- 
Pip-pip
Sailesh
http://www.cs.berkeley.edu/~sailesh



pgsql-hackers by date:

Previous
From: Srikanth M
Date:
Subject: Re: Help needed in testing my code.
Next
From: Peter Eisentraut
Date:
Subject: Re: EXECUTE INTO