]> granicus.if.org Git - postgresql/commit
Fixes;
authorMarc G. Fournier <scrappy@hub.org>
Thu, 15 Aug 1996 07:30:22 +0000 (07:30 +0000)
committerMarc G. Fournier <scrappy@hub.org>
Thu, 15 Aug 1996 07:30:22 +0000 (07:30 +0000)
commit4844adc888da4f40432f27bd8b3819be84879fb1
tree7277dfa4719876b9931b43d8903c8f0f2503e588
parentbde34552a279a13a7980049455d6a79951cc5c5d
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>
src/backend/access/rtree/rtscan.c