Re: [HACKERS] Insert result does not match record count - Mailing list pgsql-general

From Bruce Momjian
Subject Re: [HACKERS] Insert result does not match record count
Date
Msg-id 20140201012652.GJ19957@momjian.us
Whole thread Raw
In response to Re: [HACKERS] Insert result does not match record count  (Vik Fearing <vik.fearing@dalibo.com>)
Responses Re: [HACKERS] Insert result does not match record count  (Vik Fearing <vik.fearing@dalibo.com>)
List pgsql-general
On Sat, Feb  1, 2014 at 02:25:16AM +0100, Vik Fearing wrote:
> > OK, thanks for the feedback.  I understand now.  The contents of the
> > string will potentially have a larger integer, but the byte length of
> > the string in the wire protocol doesn't change.
> >
> > Let's wait for Vik to reply and I think we can move forward.
>
> Unfortunately, I just did some cleanup last week and removed that
> branch.  Had I waited a bit more I still would have had all the work I
> had done.  I'll see how quickly I can redo it to get to the part where I
> got scared of what I was doing.
>
> It will have to wait until next week though; I am currently at FOSDEM.

OK, thanks.  I thought it only required passing the int64 around until
it got into the string passed to the client.  The original patch is in
the email archives if you want it.

--
  Bruce Momjian  <bruce@momjian.us>        http://momjian.us
  EnterpriseDB                             http://enterprisedb.com

  + Everyone has their own god. +


pgsql-general by date:

Previous
From: Vik Fearing
Date:
Subject: Re: [HACKERS] Insert result does not match record count
Next
From: Anh Pham
Date:
Subject: Fwd: lots of errors from fmgr.h when I try to write a C UDF