*** postgresql-6.5.3/src/backend/access/rtree/rtree.c.orig Mon Aug 2 14:24:44 1999 --- postgresql-6.5.3/src/backend/access/rtree/rtree.c Mon Dec 20 12:19:32 1999 *************** *** 843,849 **** pfree(datum_r); pfree(union_dl); datum_r = union_dr; ! size_r = size_alpha; *right++ = i; v->spl_nright++; } --- 843,849 ---- pfree(datum_r); pfree(union_dl); datum_r = union_dr; ! size_r = size_beta; *right++ = i; v->spl_nright++; } *** postgresql-6.5.3/src/backend/storage/lmgr/lock.c.orig Sat May 29 15:14:42 1999 --- postgresql-6.5.3/src/backend/storage/lmgr/lock.c Mon Dec 20 12:19:32 1999 *************** *** 940,946 **** { PROC_QUEUE *waitQueue = &(lock->waitProcs); LOCKMETHODTABLE *lockMethodTable = LockMethodTable[lockmethod]; ! char old_status[64], new_status[64]; Assert(lockmethod < NumLockMethods); --- 940,946 ---- { PROC_QUEUE *waitQueue = &(lock->waitProcs); LOCKMETHODTABLE *lockMethodTable = LockMethodTable[lockmethod]; ! static char old_status[64], new_status[64]; Assert(lockmethod < NumLockMethods);