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

From David Wilson
Subject Re: connecting using libpq breaks printf
Date
Msg-id e7f9235d0902180836j193777fan33b88d45c5dc15ac@mail.gmail.com
Whole thread Raw
In response to connecting using libpq breaks printf  (Joey Morris <rjmorris12@gmail.com>)
Responses Re: connecting using libpq breaks printf
List pgsql-general
On Wed, Feb 18, 2009 at 9:47 AM, Joey Morris <rjmorris12@gmail.com> wrote:

> I expected this program to print "connecting", but in fact I get no output
> whatsoever. If I comment out the PQconnectdb and PQfinish lines, I see
> "connecting" as expected. What could be going on here?

Try adding "fflush(stderr);" after your fprintf() call. If the
connection is hanging and output hasn't been flushed, you wouldn't see
much.


--
- David T. Wilson
david.t.wilson@gmail.com

pgsql-general by date:

Previous
From: Aurimas Černius
Date:
Subject: Re: connecting using libpq breaks printf
Next
From: Marko Kreen
Date:
Subject: Re: [Plproxy-users] Two-phase commmit, plpgsql and plproxy