Re: Plan chosen for PQexecParams

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Plan chosen for PQexecParams
Дата
Msg-id 27565.1132536879@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Plan chosen for PQexecParams  (Michael Fuhr <mike@fuhr.org>)
Ответы Re: Plan chosen for PQexecParams  (Michael Fuhr <mike@fuhr.org>)
Список pgsql-hackers
Michael Fuhr <mike@fuhr.org> writes:
> Here's a simplified client program (the original has
> error checking but I've stripped it out for brevity; this simplified
> version behaves the same way):

I get the same results for all three after fixing the subscripting
mistake:

-     values[1] = "Fairview";
+     values[0] = "Fairview";

Is your original program making the same mistake?
        regards, tom lane


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

Предыдущее
От: Michael Fuhr
Дата:
Сообщение: Re: Plan chosen for PQexecParams
Следующее
От: Michael Fuhr
Дата:
Сообщение: Re: Plan chosen for PQexecParams