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

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

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.

regards, tom lane

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2006-09-03 01:15:40 pgsql: Fix LLONG_MAX define used by new int64 FETCH/MOVE patch.
Previous Message Bruce Momjian 2006-09-03 00:46:41 pgsql: Remove unnecessary copyObject() call in update (values) code.

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrew Dunstan 2006-09-03 01:11:51 Re: Postgres tracking - the pgtrack project
Previous Message Bruce Momjian 2006-09-02 23:58:35 Re: Backend SSL configuration enhancement

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2006-09-03 01:16:21 Re: [COMMITTERS] pgsql: Change FETCH/MOVE to use int8.
Previous Message Bruce Momjian 2006-09-03 00:46:19 Re: [HACKERS] extension for sql update