Re: connecting using libpq breaks printf

From: Joey Morris <rjmorris12(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: connecting using libpq breaks printf
Date: 2009-02-18 16:08:22
Message-ID: 20090218160822.GA23713@conquistador.dnsalias.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Lennin Caro <lennin(dot)caro(at)yahoo(dot)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.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Joey Morris 2009-02-18 16:10:25 Re: connecting using libpq breaks printf
Previous Message Aurimas Černius 2009-02-18 16:08:07 Re: connecting using libpq breaks printf