Re: Plan chosen for PQexecParams

Поиск
Список
Период
Сортировка
От Michael Fuhr
Тема Re: Plan chosen for PQexecParams
Дата
Msg-id 20051121014612.GA63342@winnie.fuhr.org
обсуждение исходный текст
Ответ на Re: Plan chosen for PQexecParams  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
On Sun, Nov 20, 2005 at 08:34:39PM -0500, Tom Lane wrote:
> 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?

[Smacks forehead.]

Argh, that's what I get for thinking in one language while coding
in another :-(  Yeah, that's the problem; sorry for the noise.

-- 
Michael Fuhr


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Plan chosen for PQexecParams
Следующее
От: Josh Berkus
Дата:
Сообщение: Re: Data directory on read-only media