Re: Plan chosen for PQexecParams

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

On Sun, Nov 20, 2005 at 08:34:39PM -0500, Tom Lane wrote:
> 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?

[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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Josh Berkus 2005-11-21 04:23:30 Re: Data directory on read-only media
Previous Message Tom Lane 2005-11-21 01:34:39 Re: Plan chosen for PQexecParams