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