pgsql: Reverted: < * -Change LIMIT/OFFSET and FETCH/MOVE to use int8 >

From: momjian(at)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Reverted: < * -Change LIMIT/OFFSET and FETCH/MOVE to use int8 >
Date: 2006-09-03 03:26:42
Message-ID: 20060903032642.4DCB09FB4B8@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Reverted:

< * -Change LIMIT/OFFSET and FETCH/MOVE to use int8
> * Change LIMIT/OFFSET and FETCH/MOVE to use int8

Modified Files:
--------------
pgsql/doc:
TODO (r1.1970 -> r1.1971)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.diff?r1=1.1970&r2=1.1971)
pgsql/doc/src/FAQ:
TODO.html (r1.472 -> r1.473)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/FAQ/TODO.html.diff?r1=1.472&r2=1.473)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2006-09-03 03:34:04 pgsql: Properly round months into days and into seconds for interval
Previous Message Bruce Momjian 2006-09-03 03:24:40 Re: [HACKERS] [COMMITTERS] pgsql: Change FETCH/MOVE