Re: connecting using libpq breaks printf

Поиск
Список
Период
Сортировка
От Joey Morris
Тема Re: connecting using libpq breaks printf
Дата
Msg-id 20090218160822.GA23713@conquistador.dnsalias.org
обсуждение исходный текст
Ответ на Re: connecting using libpq breaks printf  (Lennin Caro <lennin.caro@yahoo.com>)
Список 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 по дате отправления:

Предыдущее
От: Aurimas Černius
Дата:
Сообщение: Re: connecting using libpq breaks printf
Следующее
От: Joey Morris
Дата:
Сообщение: Re: connecting using libpq breaks printf