Re: [COMMITTERS] pgsql: Change FETCH/MOVE to use int8.

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: PostgreSQL-patches <pgsql-patches(at)postgresql(dot)org>
Subject: Re: [COMMITTERS] pgsql: Change FETCH/MOVE to use int8.
Date: 2006-09-03 01:16:21
Message-ID: 200609030116.k831GLj11514@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers pgsql-patches

Tom Lane wrote:
> momjian(at)postgresql(dot)org (Bruce Momjian) writes:
> > Log Message:
> > -----------
> > Change FETCH/MOVE to use int8.
>
> This patch has broken half the buildfarm, and I've still not seen a
> rationale why we need to make such a change at all.

Fixed with attached patch. The use case for this was not FETCH, but
MOVE for > 2gig tables.

--
Bruce Momjian bruce(at)momjian(dot)us
EnterpriseDB http://www.enterprisedb.com

+ If your life is a hard drive, Christ can be your backup. +

Attachment Content-Type Size
/bjm/diff text/x-diff 1.6 KB

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2006-09-03 01:22:56 pgsql: Fix case where "PM" to_timestamp() mask was eating too many
Previous Message Bruce Momjian 2006-09-03 01:15:40 pgsql: Fix LLONG_MAX define used by new int64 FETCH/MOVE patch.

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrew Dunstan 2006-09-03 01:23:01 Re: better support of out parameters in plperl
Previous Message Andrew Dunstan 2006-09-03 01:11:51 Re: Postgres tracking - the pgtrack project

Browse pgsql-patches by date

  From Date Subject
Next Message Andrew Dunstan 2006-09-03 01:23:01 Re: better support of out parameters in plperl
Previous Message Tom Lane 2006-09-03 00:56:33 Re: [COMMITTERS] pgsql: Change FETCH/MOVE to use int8.