Re: Help needed in testing my code.

Поиск
Список
Период
Сортировка
От Christopher Kings-Lynne
Тема Re: Help needed in testing my code.
Дата
Msg-id 09bf01c324ee$9957a460$6500a8c0@fhp.internal
обсуждение исходный текст
Ответ на Help needed in testing my code.  (Srikanth M <srikanth_m@students.iiit.net>)
Ответы Re: Help needed in testing my code.  (Kris Jurka <books@ejurka.com>)
Список pgsql-hackers
Hi,

This is a much better way than printf:

elog(NOTICE, "this is my test: %s", string);

Chris

----- Original Message ----- 
From: "Srikanth M" <srikanth_m@students.iiit.net>
To: <pgsql-hackers@postgresql.org>
Sent: Wednesday, May 28, 2003 3:08 PM
Subject: [HACKERS] Help needed in testing my code.


> Dear Sir, 
> 
> 
> I want to know the compilaiton and execution of my 
> code. Suppose if i add a test printf statement in the 
> src/backend/tcop/postgres.c and after compilation and 
> execution i should get that statement every time i give 
> a query to psql.
> 
> After running make I even added the executables 
> in the /usr/bin/ directory but i couldn't see the test 
> statement after giving a query to psql.
> 
> please tell me the procedure of adding a test 
> printf statement in postgres.c(or in any file), and 
> compiling and running it so that i get the test statement 
> as an output when i give the query.
> 
> Sincerely
> Srikanth M
> 
> 
> 
> 
> 
> 
> 
> 
> ---------------------------(end of broadcast)---------------------------
> TIP 5: Have you checked our extensive FAQ?
> 
> http://www.postgresql.org/docs/faqs/FAQ.html
> 



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Sailesh Krishnamurthy
Дата:
Сообщение: Re: Help needed in testing my code.
Следующее
От: Kris Jurka
Дата:
Сообщение: Re: Help needed in testing my code.