Fixes;

Marc G. Fournier <scrappy@hub.org>

Commit: 4844adc888da4f40432f27bd8b3819be84879fb1
Author: Marc G. Fournier <scrappy@hub.org>
Date: 1996-08-15T07:30:22Z
Releases: 7.1.1
Fixes;

 Postgres is not able to cluster a relation on which an rtree index is
 defined. Postmaster gives the following error message:

 Too Large Allocation Request("!(0 < (size) && (size) <= (0xfffffff)):size=0
 [0x0]", File:"/export/home/postgres/src/backend/utils/mmgr/mcxt.c", Line: 220)
  !(0 <(size) && (size) <= (0xfffffff)) (0) [No such file or directory]

Submitted by: Dirk Koeser <koeser@informatik.uni-rostock.de>

Files

PathChange+/−
src/backend/access/rtree/rtscan.c modified +4 −5