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

From Joey Morris
Subject Re: connecting using libpq breaks printf
Date
Msg-id 20090218174959.GC23731@conquistador.dnsalias.org
Whole thread Raw
In response to Re: connecting using libpq breaks printf  (David Wilson <david.t.wilson@gmail.com>)
List pgsql-general
David Wilson <david.t.wilson@gmail.com> wrote on Wed, Feb 18, 2009 at 11:36:44AM -0500:
> Try adding "fflush(stderr);" after your fprintf() call. If the
> connection is hanging and output hasn't been flushed, you wouldn't see
> much.

No, this doesn't help, either. Thanks for the suggestion.

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: leak in libpq, getpwuid
Next
From: Sam Mason
Date:
Subject: Re: connecting using libpq breaks printf