Re: connecting using libpq breaks printf - Mailing list pgsql-general

From Joey Morris
Subject Re: connecting using libpq breaks printf
Date
Msg-id 20090218160822.GA23713@conquistador.dnsalias.org
Whole thread Raw
In response to Re: connecting using libpq breaks printf  (Lennin Caro <lennin.caro@yahoo.com>)
List pgsql-general
Lennin Caro <lennin.caro@yahoo.com> wrote on Wed, Feb 18, 2009 at 06:53:32AM -0800:
> try
> fprintf(stdout,"Connection \n");
> printf("Connection \n");

Thanks, but both produce the same behavior as fprintf(stderr, "Connection \n"):
It prints when the PQconnectdb and PQfinish lines are commented out but not
when they are present.

pgsql-general by date:

Previous
From: Aurimas Černius
Date:
Subject: Re: connecting using libpq breaks printf
Next
From: Joey Morris
Date:
Subject: Re: connecting using libpq breaks printf