Re: pgsql-server/src/backend/postmaster postmaster.c

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Neil Conway <neilc(at)samurai(dot)com>
Cc: Bruce Momjian <momjian(at)svr1(dot)postgresql(dot)org>, pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql-server/src/backend/postmaster postmaster.c
Date: 2003-09-04 01:50:24
Message-ID: 200309040150.h841oOr29677@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Neil Conway wrote:
> On Wed, 2003-09-03 at 20:37, Bruce Momjian wrote:
> > Modified files:
> > src/backend/postmaster: postmaster.c
> >
> > Log message:
> > Lowercase CHECKPOINT_SEGMENTS.
>
> I'm not particularly enthusiastic about this idea, but if we're going to
> do it, we should update this as well:
>
> backend/parser/parse_expr.c:
> errdetail("Nesting depth exceeds MAX_EXPR_DEPTH = %d."
>
> and this:
>
> backend/utils/fmgr/dfmgr.c: errmsg("zero-length
> component in DYNAMIC_LIBRARY_PATH")));
> backend/utils/fmgr/dfmgr.c:
> errmsg("DYNAMIC_LIBRARY_PATH component is not absolute")));
>
>
> And possibly other error messages, I didn't search exhaustively.

Well, let's make sure first that this is what most people want.

Comments? We can always revert CHECKPOINT_SEGMENTS.

--
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

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2003-09-04 03:38:09 Re: pgsql-server/src/backend/postmaster postmaster.c
Previous Message Neil Conway 2003-09-04 01:48:05 Re: pgsql-server/src/backend/postmaster postmaster.c