Re: Plan chosen for PQexecParams

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Michael Fuhr <mike(at)fuhr(dot)org>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Plan chosen for PQexecParams
Date: 2005-11-21 01:34:39
Message-ID: 27565.1132536879@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Michael Fuhr <mike(at)fuhr(dot)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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Fuhr 2005-11-21 01:46:12 Re: Plan chosen for PQexecParams
Previous Message Michael Fuhr 2005-11-21 00:59:43 Re: Plan chosen for PQexecParams