From: | Kris Jurka <books(at)ejurka(dot)com> |
---|---|
To: | Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au> |
Cc: | Srikanth M <srikanth_m(at)students(dot)iiit(dot)net>, <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: Help needed in testing my code. |
Date: | 2003-05-28 10:08:36 |
Message-ID: | Pine.LNX.4.33.0305280606260.2937-100000@leary.csoft.net |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
I'm guessing his problem is that he's expecting this to come out of psql
and not go to the backend's stdout.
Kris Jurka
On Wed, 28 May 2003, Christopher Kings-Lynne wrote:
> 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(at)students(dot)iiit(dot)net>
> To: <pgsql-hackers(at)postgresql(dot)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
> >
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 3: if posting/reading through Usenet, please send an appropriate
> subscribe-nomail command to majordomo(at)postgresql(dot)org so that your
> message can get through to the mailing list cleanly
>
From | Date | Subject | |
---|---|---|---|
Next Message | Srikanth M | 2003-05-28 10:19:54 | Re: Help needed in testing my code. |
Previous Message | Christopher Kings-Lynne | 2003-05-28 07:56:05 | Re: Help needed in testing my code. |