Re: [PATCHES] libpq type system 0.9a

Поиск
Список
Период
Сортировка
От Andrew Chernow
Тема Re: [PATCHES] libpq type system 0.9a
Дата
Msg-id 47FE7139.40103@esilo.com
обсуждение исходный текст
Ответ на Re: [PATCHES] libpq type system 0.9a  (Andrew Chernow <ac@esilo.com>)
Список pgsql-hackers
Andrew Chernow wrote:
> res = paramexec(conn, param, ...
> if(!res)
>   // check pgconn or pgparam?
>   // can conn have an old error (false-pos)
> 

We will just always dump the error message into the param.  If 
PQexecParams fails with a NULL result, we will copy PQerrorMessage over 
to param->errMsg.

-- 
Andrew Chernow
eSilo, LLC
every bit counts
http://www.esilo.com/


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

Предыдущее
От: "Marc G. Fournier"
Дата:
Сообщение: Re: Commit fest queue
Следующее
От: Hannu Krosing
Дата:
Сообщение: Re: Free Space Map data structure