new behavior

Поиск
Список
Период
Сортировка
От stev knowles
Тема new behavior
Дата
Msg-id 5.1.1.6.0.20021126102744.03990d08@pop3.norton.antivirus
обсуждение исходный текст
Ответ на Re: command length?  (Josh Berkus <josh@agliodbs.com>)
Список pgsql-novice
i have an application. occasionally, a user will select Submit without
filling out any fields to search for. the lookup fails,and PQfinish(conn)
is called.

starting recently, when this happens, it seems that PQfinish() is not
setting conn to NULL, since my init() routine returns without connecting to
the database (upon entering, it only connects if (conn == (PGconn *)NULL)
). i looked thru the code, and free() is being called in freePGconn(PGconn
*conn), but my fist call to the database just exists, and takes the
application with it.

this *used* to work. the application has not been used in a few weeks, we
just added about 60 new records, and now there is interest.

any ideas would be appreciated.


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

Предыдущее
От: "paul butler"
Дата:
Сообщение: Re: Tools: schema designer; scripts
Следующее
От: "Patrick Hatcher"
Дата:
Сообщение: Re: importing DB2 timestamp?