Re: v7.3.1 tar ready ... please check it ...

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Kevin Brown <kevin(at)sysexperts(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: v7.3.1 tar ready ... please check it ...
Date: 2002-12-19 18:44:12
Message-ID: 200212191844.gBJIiCk03372@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Kevin Brown wrote:
> Tom Lane wrote:
> > Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> writes:
> > > OK, I agree it should be bumped up, but the issue is whether to do that
> > > in a minor release. It will increase shared memory by 36k. Is that
> > > safe in a beta? Tom, Mr. FSM, can you comment?
> >
> > It seems a reasonably safe change, but I too am concerned about making
> > such changes in minor releases. For 7.3.1 in particular, since there
> > have already been publicly available tarballs, I think we should avoid
> > making any more changes other than documentation fixes; otherwise
> > there's too much risk of confusion ("which 7.3.1 have you got?").
>
> I don't quite understand why there's reluctance to change this,
> though. What will it break?
>
> It's probably sufficient to put something in the release notes
> indicating that MAX_FSM_RELATIONS has increased and that you should
> manually set it back to 100 in the config file if the change causes
> problems.
>
> With even relatively old systems having 128 megabytes or more memory
> installed, I'd think that a 36k increase in shared memory usage is
> small enough to make the change worth the risk.
>
>
> Now, your concerns are probably more justified if you're worried about
> the change causing some little-used code to suddenly start seeing a
> lot of usage...

I think we have agreed on putting it on 7.3.X. The issue is that 7.3.1
is already packaged, so it will have to wait for 7.3.2.

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Greg Stark 2002-12-19 23:19:24 7.3.1 Changes
Previous Message Robert Treat 2002-12-19 18:40:00 Re: What else needs to be done for 7.3.1?