Thread: Changes for 6.5.2 ?
Is there Changes list for 6.5.2 ? I checked REL6_5 tree and didn't find it. It seems that Vadim's patch for nbtinsert.c (row-reuse) still didn't applied. This patch prevents index file to grow indefinitely and I consider it as a bug fix. It's not complete, index file still grow but with much less factor. Regards, Oleg _____________________________________________________________ Oleg Bartunov, sci.researcher, hostmaster of AstroNet, Sternberg Astronomical Institute, Moscow University (Russia) Internet: oleg@sai.msu.su, http://www.sai.msu.su/~megera/ phone: +007(095)939-16-83, +007(095)939-23-83
Oleg Bartunov <oleg@sai.msu.su> writes: > Is there Changes list for 6.5.2 ? I checked REL6_5 tree and didn't > find it. It seems that Vadim's patch for nbtinsert.c (row-reuse) > still didn't applied. I think it fell through the cracks --- IIRC, Vadim didn't have REL6_5 installed locally so he asked for someone else to apply that patch to the stable branch. Bruce usually handles that kind of thing but he's been gone for the last few days. I'll see about sticking it in this evening, unless someone objects or beats me to it. regards, tom lane
On Wed, 1 Sep 1999, Tom Lane wrote: > Date: Wed, 01 Sep 1999 09:58:33 -0400 > From: Tom Lane <tgl@sss.pgh.pa.us> > To: Oleg Bartunov <oleg@sai.msu.su> > Cc: hackers@postgresql.org > Subject: Re: [HACKERS] Changes for 6.5.2 ? > > Oleg Bartunov <oleg@sai.msu.su> writes: > > Is there Changes list for 6.5.2 ? I checked REL6_5 tree and didn't > > find it. It seems that Vadim's patch for nbtinsert.c (row-reuse) > > still didn't applied. > > I think it fell through the cracks --- IIRC, Vadim didn't have REL6_5 > installed locally so he asked for someone else to apply that patch > to the stable branch. Bruce usually handles that kind of thing but > he's been gone for the last few days. I'll see about sticking it in > this evening, unless someone objects or beats me to it. OK, Understand, I just worried about not to forget this patch :-) I've tested this patch under quite intensive updates and it seems works fine - I have cron task to vacuum updated table. index file truncated but still grow. Oleg > > regards, tom lane > _____________________________________________________________ Oleg Bartunov, sci.researcher, hostmaster of AstroNet, Sternberg Astronomical Institute, Moscow University (Russia) Internet: oleg@sai.msu.su, http://www.sai.msu.su/~megera/ phone: +007(095)939-16-83, +007(095)939-23-83
Erk...point me at it or send it to me and I can get at it now even... On Wed, 1 Sep 1999, Tom Lane wrote: > Oleg Bartunov <oleg@sai.msu.su> writes: > > Is there Changes list for 6.5.2 ? I checked REL6_5 tree and didn't > > find it. It seems that Vadim's patch for nbtinsert.c (row-reuse) > > still didn't applied. > > I think it fell through the cracks --- IIRC, Vadim didn't have REL6_5 > installed locally so he asked for someone else to apply that patch > to the stable branch. Bruce usually handles that kind of thing but > he's been gone for the last few days. I'll see about sticking it in > this evening, unless someone objects or beats me to it. > > regards, tom lane > > ************ > Marc G. Fournier ICQ#7615664 IRC Nick: Scrappy Systems Administrator @ hub.org primary: scrappy@hub.org secondary: scrappy@{freebsd|postgresql}.org
The Hermit Hacker <scrappy@hub.org> writes: > Erk...point me at it or send it to me and I can get at it now even... I don't have a copy of the patch handy either --- look at Vadim's postings in pghackers for the last few weeks. Actually it looks like you could just commit the current nbtinsert.c into REL6_5, but I haven't tried it... not sure if the patch included changes in any other file... regards, tom lane
> Is there Changes list for 6.5.2 ? I checked REL6_5 tree and didn't > find it. It seems that Vadim's patch for nbtinsert.c (row-reuse) > still didn't applied. > This patch prevents index file to grow indefinitely and I consider it > as a bug fix. It's not complete, index file still grow but with much > less factor. > > I just got back from vacation, and will start on this. -- Bruce Momjian | http://www.op.net/~candle maillist@candle.pha.pa.us | (610) 853-3000+ If your life is a hard drive, | 830 Blythe Avenue + Christ can be your backup. | Drexel Hill, Pennsylvania19026
Already done :) On Wed, 1 Sep 1999, Bruce Momjian wrote: > > Is there Changes list for 6.5.2 ? I checked REL6_5 tree and didn't > > find it. It seems that Vadim's patch for nbtinsert.c (row-reuse) > > still didn't applied. > > This patch prevents index file to grow indefinitely and I consider it > > as a bug fix. It's not complete, index file still grow but with much > > less factor. > > > > > > I just got back from vacation, and will start on this. > > -- > Bruce Momjian | http://www.op.net/~candle > maillist@candle.pha.pa.us | (610) 853-3000 > + If your life is a hard drive, | 830 Blythe Avenue > + Christ can be your backup. | Drexel Hill, Pennsylvania 19026 > > ************ > Marc G. Fournier ICQ#7615664 IRC Nick: Scrappy Systems Administrator @ hub.org primary: scrappy@hub.org secondary: scrappy@{freebsd|postgresql}.org
> > Already done :) > > > On Wed, 1 Sep 1999, Bruce Momjian wrote: > > > > Is there Changes list for 6.5.2 ? I checked REL6_5 tree and didn't > > > find it. It seems that Vadim's patch for nbtinsert.c (row-reuse) > > > still didn't applied. I still need to do the HISTORY/Changes list, and mark all the files as 6.5.2. -- Bruce Momjian | http://www.op.net/~candle maillist@candle.pha.pa.us | (610) 853-3000+ If your life is a hard drive, | 830 Blythe Avenue + Christ can be your backup. | Drexel Hill, Pennsylvania19026
On Wed, 1 Sep 1999, Bruce Momjian wrote: > > > > Already done :) > > > > > > On Wed, 1 Sep 1999, Bruce Momjian wrote: > > > > > > Is there Changes list for 6.5.2 ? I checked REL6_5 tree and didn't > > > > find it. It seems that Vadim's patch for nbtinsert.c (row-reuse) > > > > still didn't applied. > > I still need to do the HISTORY/Changes list, and mark all the files as 6.5.2. Oops...*hangs head* *waddles away* Marc G. Fournier ICQ#7615664 IRC Nick: Scrappy Systems Administrator @ hub.org primary: scrappy@hub.org secondary: scrappy@{freebsd|postgresql}.org