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

From: Neil Conway <neilc(at)samurai(dot)com>
To: Bruce Momjian <momjian(at)svr1(dot)postgresql(dot)org>
Cc: pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql-server/src/backend/postmaster postmaster.c
Date: 2003-09-04 01:48:05
Message-ID: 1062640085.14625.4.camel@tokyo
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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.

-Neil

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2003-09-04 01:50:24 Re: pgsql-server/src/backend/postmaster postmaster.c
Previous Message Bruce Momjian 2003-09-04 00:37:00 pgsql-server/src/backend/postmaster postmaster.c