Re: [GENERAL] Insert result does not match record count

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: Vik Fearing <vik(dot)fearing(at)dalibo(dot)com>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Andres Freund <andres(at)2ndquadrant(dot)com>, Jeff Janes <jeff(dot)janes(at)gmail(dot)com>, Natalie Wenz <nataliewenz(at)ebureau(dot)com>, "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org>, PG Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [GENERAL] Insert result does not match record count
Date: 2014-02-01 01:26:52
Message-ID: 20140201012652.GJ19957@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-hackers

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(at)momjian(dot)us> http://momjian.us
EnterpriseDB http://enterprisedb.com

+ Everyone has their own god. +

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Anh Pham 2014-02-01 02:31:00 lots of errors from fmgr.h when I try to write a C UDF
Previous Message Vik Fearing 2014-02-01 01:25:16 Re: [GENERAL] Insert result does not match record count

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Geoghegan 2014-02-01 01:52:58 Re: Wait free LW_SHARED acquisition - v0.2
Previous Message Vik Fearing 2014-02-01 01:25:16 Re: [GENERAL] Insert result does not match record count