Re: Help needed in testing my code.

From: Sailesh Krishnamurthy <sailesh(at)cs(dot)berkeley(dot)edu>
To: Srikanth M <srikanth_m(at)students(dot)iiit(dot)net>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Help needed in testing my code.
Date: 2003-05-28 10:59:56
Message-ID: bxy4r3ftjyr.fsf@datafix.CS.Berkeley.EDU
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 will use 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 should i 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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2003-05-28 12:45:17 Re: EXECUTE INTO
Previous Message Srikanth M 2003-05-28 10:19:54 Re: Help needed in testing my code.