Re: Have you received this? Fwd: Lots of nan's

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Have you received this? Fwd: Lots of nan's
Дата
Msg-id 926.1075663139@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Have you received this? Fwd: Lots of nan's  (Lynn.Tilby@asu.edu)
Список pgsql-novice
Lynn.Tilby@asu.edu writes:
>   fprintf(DBG_OUT,"sqlcode                = %f\n", sqlca.sqlcode); \

%f would be appropriate for printing a float or double value.  But
sqlcode is integral (long to be specific).  You probably want %ld here.
The other uses of %f are wrong too.

            regards, tom lane

В списке pgsql-novice по дате отправления:

Предыдущее
От: cys01@cashette.com
Дата:
Сообщение: WAL
Следующее
От: joseph speigle
Дата:
Сообщение: Re: simple update closes connection. why?