Re: Plan chosen for PQexecParams - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Plan chosen for PQexecParams
Date
Msg-id 27565.1132536879@sss.pgh.pa.us
Whole thread Raw
In response to Re: Plan chosen for PQexecParams  (Michael Fuhr <mike@fuhr.org>)
Responses Re: Plan chosen for PQexecParams  (Michael Fuhr <mike@fuhr.org>)
List 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 by date:

Previous
From: Michael Fuhr
Date:
Subject: Re: Plan chosen for PQexecParams
Next
From: Michael Fuhr
Date:
Subject: Re: Plan chosen for PQexecParams